Theme Translation

Dashboard → Settings  General Site Language

Language Settings

Internationalization

What is internationalization?

Internationalization is the process of developing your theme, so it can easily be translated into other languages. Internationalization is often abbreviated as i18n (because there are 18 letters between the letters i and n).

How to translate

Open POEdit software and open the translate file for translation

./wp-content/themes/listar-wp/languages/en.pot
Create new translation from PO Temlate
Select file en.pot
Select Language of the translation
Save translated file as country code

Ex: with Portuguese (Brazil) language, we save the code as pt_BR.po

Final translate file will be located at folder

./wp-content/themes/listar-wp/languages/pt_BR.po