Our theme could be translated into any language using WordPress Localization Technology →
To translate your site into your language follow these steps: (Theme)
- Change the language in the admin settings screen. Settings > General > Site Language.
- Go to languages folder which placed into the downloaded zip file from Themeforest.
- You will find a translation file in that folder. File named like aura.pot
- Open .pot file by using poedit and press “Create New Translation” button at the bottom of the screen.
- Save new translation file name as
{textdomain}-{locale}.mo/.po
(e.g aura-de_DE.po & aura-de_DE.mo). Warning: Do not touch {textdomain} section and only change locale part. You can find all locale codes in here. - Open /wp-content/languages/themes folder and copy new po/mo file into that folder.
To translate your site into your language follow these steps: (Plugins)
- Change the language in the admin settings screen. Settings > General > Site Language.
- Go to languages folder which placed into the downloaded zip file from Themeforest.
- You will find 3 more translation files in that folder. Files named like ;
– wmfauracore.pot -> Aura Core Plugin translation file.
– wmfframework.pot -> Gallery and Slider system translation file.
– wmfshortcodes.pot -> Shortcodes translation file. - Open .pot file by using poedit and press “Create New Translation” button at the bottom of the screen. (Apply this for every plugin file.)
- Save new translation file name as
{textdomain}-{locale}.mo/.po
(e.g wmfauracore-de_DE.po & wmfauracore-de_DE.mo). Warning: {textdomain} section must be plugin .pot file name. You can find all locale codes in here. (Apply this for every plugin file.) - Open /wp-content/languages/plugins folder and copy new po/mo file into that folder. (Apply this for every plugin file.)
Extra Info:
– https://codex.wordpress.org/Installing_WordPress_in_Your_Language
– https://developer.wordpress.org/themes/functionality/internationalization/
– https://make.wordpress.org/polyglots/teams/