Translation & RTL

Translation

TrueMag is a WMPL-compatible and multi-language ready theme. Please check the guide below to translate it:

1. Make a new translation from Parent theme

  • Download and install this tool POEdit
  • Open POEdit and load [/TrueMag/languages/TrueMag.po]
  • Translate the text and save the file
  • A file named TrueMag.mo is created. Rename it with Code Name of your language. For example, de_DE.mo for German – Deutsche. See language code list here https://codex.wordpress.org/WordPress_in_Your_Language
  • Go to Settings > General and choose Site Language. Change it with your language.

2. Translate from Child theme.

Similar to translate from Parent theme, follow these steps if you want to translate from Child theme:

  • Copy the language folder from themes\truemag to themes\truemag-child
  • Make a new translation follow the above steps.
  • Copy this code to themes\truemag-child\functions.php, in which cactusthemes‘ is the text domain of VideoPro theme
/**
* Loads the child theme textdomain.
*/
function wpdocs_child_theme_setup() {
load_child_theme_textdomain( 'cactusthemes', get_stylesheet_directory() . '/languages' );
}
add_action( 'after_setup_theme', 'wpdocs_child_theme_setup' );
  • Save the functions.php file.
  • For WordPress 4.0 and above, go to Settings > General and choose Site Language

3. Update an Older Translation

If you’ve previously translated an older version of a theme then update your site to the latest version. You’ll notice the translation file no longer works correctly. This is due to the fact that some theme strings have changed and the old .molanguage file doesn’t have translations for those strings.

  • Open your old translated .po file in Poedit
  • From the menu, choose Catalog > Update from POT file, and select your new videopro.pot file from the theme language folder
  • Poedit will show you what text is new and needs to be translated
  • After you have translated the new text, save the project, which will also generate your new .mo file
  • Save your updated .po and .mo file, then name the .mo file in a correct format. For example, de_DE.mo for German – Deutsche

RTL

TrueMag also supports RTL – Right To Left languages. If your language is RTL, go to Apperance > Theme Options > RTL mode and check Enable RTL