Osclass 8.1.0 came with great update that allows to manage translations from backoffice, without need to locate .po and .mo files, or use external service or tool like POedit. Anyway for large catalogs it still can be easier to use external service/program.
Below section describe details how to translate Osclass, theme and plugins in "old-fashioned" way, by downloading .PO file, performing translation in external program and then uploading it back to server.
First please understand, that osclass translations are not handled by themes or plugins, but are managed by osclass core. Means, that if translation does not work, it is not problem of product you are trying to translate, but problem with translation itself.
Very common mistakes:
To completely translate your osclass classifieds, you need to translate following parts:
If you do not translate all of these, you still can see english words on your site. For osclass core translation, you can find translation files in different languages on https://docs.osclasspoint.com/import-languages-translations .
Never use translation files of one osclass theme or osclass plugin for translation of different theme or plugin. It cannot work as each product has different words used, so it might look like functional, but some words will not be translated.
Now you need program to be able to modify .po file. Note that both .po and .mo files must be translated and updated. If you manually modify just .po file, translation will not work, use PO Edit each time.
Download & install PO Edit - free program to handle translations:
https://poedit.net/download
Translation of plugins and themes is same, both has files in same subfolder.
To make it easy to understand and to avoid using shortcuts, suppose we are going to translate Zara Osclass Theme. It's shortname is zara, that means theme files are located in folder oc-content/themes/zara/ and translation files are located in oc-content/themes/zara/languages.
All products are delivered in English by default, language short name is en_US. We are going to translate theme from English to German, language shortname is de_DE.
For more details please follow osclass documentation, support to translations is provided just on our forums.
There are several common cases when translations are not working as expected, make sure to check all of them before reporting it as bug: