This thread is resolved. Here is a description of the problem and solution.
Problem:
The client was experiencing issues with blog posts written in Arabic not rendering properly. They needed assistance with configuring WPML to support right-to-left (RTL) formatting for Arabic blog posts.
Solution:
We identified that the issue was due to incorrect placement of a variable in the translation string. The variable %s, which displays the list of available languages a blog post is available in, was incorrectly formatted as “s%” for RTL languages. We corrected the translation string for “This post is also available in” from
منشور المدونة متاح أيضًا باللغات التالية: s%
to
منشور المدونة متاح أيضًا باللغات التالية: %s
.
If you're experiencing similar issues, we recommend checking your translation strings for proper variable formatting in RTL languages. For further guidance, please refer to our documentation on WPML documentation.
Please note that this solution might be outdated or not applicable 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 the issue persists, please open a new support ticket.
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.


