Language Translations

Estimated reading: 1 minute 227 views

Summary: All our themes support translation, but users must complete the process themselves. Follow the steps provided to configure your language, use POEDIT for translation, and upload the necessary files for a fully localized website.

Achieving Translation for Our Themes

While all our themes support translation into various languages, it’s the user’s responsibility to undertake the translation process. Follow these instructions as a guide to assist with the translation:

  1. Open the wp-config.php file and replace the existing code: define ('WPLANG', ''); with the code corresponding to your language, such as define ('WPLANG', 'bg_BG');.
  2. Download and install POEDIT, then connect it to your site.
  3. Navigate to the theme/languages directory and download the default.pot file.
  4. Open the default.pot file with POEDIT, perform the translation and save it as bg_BG (matching the string in wp-config.php).
  5. After saving, two files will be generated: bg_BG.pot and bg_BG.mo.
  6. Upload the .mo and .pot files into the wp-content/themes/your-theme/languages folder.

Following these steps ensures that your site is appropriately translated into your preferred language. Remember to set your WordPress installation to the language you intend to use for the site.

Leave a Reply

Your email address will not be published. Required fields are marked *

Share this Doc

Language Translations

Or copy link

CONTENTS