Hey there,
There should be no issues translating these strings, ie. “Company Details”.
What plugin / method are you using to make your translations?
If you are using https://wordpress.org/plugins/codestyling-localization/ you can try to rescan the translation files and update your .po/.mo files.
Hope this helps!
Kind Regards,
Scott
Hey Scott
I am using the .po /.mo files as suggested. It works perfectly for 99% of all strings. But some are still displayed in English despite being correctly translated in the .po / .mo files. I am afraid an additional plugin won’t help, the translations are there already.
Still thanks for the suggestion!
Regards
Simon
Are you using a theme like Jobify? It may include its own textdomain for some of the strings.
I am using Bones and yes, it uses its own textdomain via functions.php:
load_theme_textdomain( ‘bonestheme’, get_template_directory() . ‘/library/translation’ );
I think thats the problem. Any quick advice on how to handle this? Thanks a lot! I am amazed by the plugin so far.
I know whats happened here. The localisation needs updating – Company Details is now capitalised. Before it was lowercase.
If you want to contribute an update to that localisation in core, you can do so here: https://www.transifex.com/projects/p/wp-job-manager/