Title: Translation
Last modified: April 13, 2017

---

# Translation

 *  [marbaque](https://wordpress.org/support/users/marbaque/)
 * (@marbaque)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/translation-727/)
 * Hello, I’m working on a child theme based on munsa-lite, and since it is translation-
   ready, I put the language po and mo files in the languages folder and added this
   function:
 *     ```
       function munsa_child_setup() {
           //prepare for translation
           load_child_theme_textdomain ('munsa-child', get_stylesheet_directory() . '/languages');
       }
       add_action ('after_setup_theme', 'munsa_child_setup');
       ```
   
 * I changed the string munsa-lite for munsa-child on my template files, however,
   it is not working. Is there something else I am missing?

The topic ‘Translation’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/munsa-lite/1.1.0/screenshot.png)
 * Munsa Lite
 * [Support Threads](https://wordpress.org/support/theme/munsa-lite/)
 * [Active Topics](https://wordpress.org/support/theme/munsa-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/munsa-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/munsa-lite/reviews/)

## Tags

 * [child](https://wordpress.org/support/topic-tag/child/)

 * 0 replies
 * 1 participant
 * Last reply from: [marbaque](https://wordpress.org/support/users/marbaque/)
 * Last activity: [9 years, 1 month ago](https://wordpress.org/support/topic/translation-727/)
 * Status: not resolved