Multi Language Support
All of our Themes are able to be translated into any language. The process of translating the theme is a user responsibility.
Language Translations
For Translet language following instructions are given as guidance.
- Open wp-config.php and replace this: define ('WPLANG', ''); with this (subsitute the language string (bg_BG) with your own!): define ('WPLANG', 'bg_BG');
- Download and install POEDIT
- Go to theme directory > languages directory then you will see Maacuni.pot, open it with POEDIT.
- Translate the file and save it as bg_BG (the file name must match with the string you inserted into wp-config.php)
- Two files will be generated after save. bg_BG.po and bg_BG.mo
- Upload the .mo and .po files into wp-content/themes/your-theme/languages folder