Translated strings do not show up
-
I’ve encountered a problem regarding the translations of the plugin while revieving some accessiblity-issues on my clients site. The page is in german and we’ve configured WordPress, wpDataTables and the table itself accordingly. It turns out parts of the translated strings do not show up in the frontend, although I can find them in wpdatatables-de_DE.po.
As you can see in the screenshot, the strings are partially german. I’ve also attached the part of the po-File where the marked part is translated.
#: wpdatatables/source/class.wdttools.php:549
#, fuzzy
#| msgid "Previous"
msgid "Navigate to Previous page"
msgstr "Zurück"I suspect the “fuzzy” as a possible culprit because the working translations don’t have that keyword.
We are currently on version 7.0.1 in production. I’ve updated locally to 7.2, but that did not help.
The topic ‘Translated strings do not show up’ is closed to new replies.