This thread is resolved. Here is a description of the problem and solution.
Problem:
The footers, which appear to be widgets, are not translatable.
Solution:
For translating the Widget Group title, follow these steps:
1. Navigate to WPML -> Settings -> Custom XML Configuration (tab).
2. If the field is empty, paste the following XML code:
<wpml-config> <gutenberg-blocks> <gutenberg-block type="core/widget-group" translate="1"> <key name="title"></key> <xpath>//h2</xpath> </gutenberg-block> </gutenberg-blocks> </wpml-config>
If the field is not empty, then paste the relevant part within the
<wpml-config></wpml-config>
tags.
3. Click the Save button.
4. Go to WPML -> Translation Management and look for the Block section.
5. Select the relevant Widget and send it for translation.
If this solution does not resolve your issue, or if it seems outdated or irrelevant to your specific case, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If further assistance is needed, please open a new support ticket at WPML support forum.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic is split from https://wpml.org/forums/topic/split-cant-find-strings-for-translation/