First, we’d like to immensely thank you for such interest in helping us expand even more our Github translated files. In order to send us your translated files, it’s important to check if the following requirements were accomplished. The files were translated into a standard grammar (also without slangs). The files have been updated to […]
If your language is available, follow these steps: STEP 1: Go to Github Localization Repository. STEP 2: Click on button. STEP 3: Click on STEP 4: Unzip the file and only keep your language folder and delete the rest. STEP 5: Upload (via cPanel or FTP) the and files into the following folders respectively. /wp-content/themes/listingpro/languages /wp-content/plugins/listingpro-plugin/languages STEP […]
PART 1: EDIT CHILD THEME FUNCTIONS.PHP STEP 1: FTP into your site. (Example via cPanel or FileZilla) STEP 2: Go to STEP 3: Download and Edit STEP 4: Copy the code below. function listingpr_child_lang_setup() { load_theme_textdomain( ‘listingpro’, get_stylesheet_directory() . ‘/languages’ ); load_child_theme_textdomain( ‘listingpro-child’, get_stylesheet_directory() . ‘/languages’ ); } add_action( ‘after_setup_theme’, ‘listingpr_child_lang_setup’ ); STEP 5: Paste […]
The typical way to translate a WordPress theme requires that you use and files in the directory of the theme. However, if you make any edits to a parent theme, including adding translation files to the theme, your edits will be overwritten (and completely lost) once the theme is updated. Instead, it is best to […]
This article covers the following: How to install Loco Translate Plugin? How to Translate Theme? How to Translate Plugin? PLEASE READ THESE INSTRUCTIONS CAREFULLY: PART 1: INSTALL LOCO TRANSLATE STEP 1: Login to WordPress admin dashboard. STEP 2: Go to > STEP 3: Search for Loco Translate, and click . STEP 4: Click PART 2: TRANSLATE THEME STEP […]