Child themes should use load_child_theme_textdomain()
. You can find it in /wp-includes/l10n.php
. Use a new slug and a separate po file.
Related Posts:
- Generate PO File
- Activate Child Theme .mo and .po files
- Versioning @import of parent theme’s style.css
- how do I queue my Child stylesheet/s *after* every Parent stylesheet/statement?
- Override parent theme translation on child theme
- Is a text-domain necessary for a child theme
- Issues enqueueing parent & child theme stylesheets with revised Codex method
- Why is the Child Theme Stylesheet Not Loading?
- Theme Customization API and child themes
- Get Parent Theme Author Name
- Get parent theme version
- How to use parent theme’s enqueue methods
- How do I override a parent theme’s language files with a child theme?
- Do all files in child theme override the parent?
- Do I need to update the child theme too after updating the parent?
- Use admin options from parent theme in child theme
- How to “remove” file from parent theme
- Override parent theme translation on child theme
- Find a Parent Theme’s stylesheet $handle when it registers a stylesheet
- replace parent theme images in child theme
- Override plugin text domain in child theme
- How do I override a sidebar that is registered in a parent theme when using a child theme?
- Child Theme Translations with PoEdit
- Remote install won’t find Parent theme when intalling Child Theme, but local install does
- Order of stylesheets in child theme
- Localize strings for translation
- How to create a parent theme for accesspress parallax theme?
- What are the best practices for maintaining and deploying several parent themes?
- Which is the child theme and which is the parent theme?
- Creating a child theme: How do I find the template name of the parent directory?
- Trouble translating a Child Theme
- WordPress + Child Theme = Am I missing something?
- Translated words not showing child theme
- Referencing parent theme image from child theme
- Override file in parent theme
- Can I place “parent theme” inside a child theme folder?
- Making a child theme in order to update the parent theme
- How to get custom translations from child theme to be loaded?
- Can I still switch to a child theme?
- Adding translation files to a child theme
- How to activate the child theme in WordPress?
- How to add modified php in child theme?
- How to create .pot files with POedit?
- How to override JavaScript files in child theme?
- Translate a plugin using .po .mo files
- How to override parent functions in child themes?
- How to add code to Header.php in a child theme?
- How to make a WordPress plugin translation ready?
- Why does my child theme CSS get called twice?
- How to *remove* a parent theme page template from a child theme?
- Theme localization of “slugs” (custom post types, taxonomies)
- How do themes provide support for child themes?
- Attributing a version number to a child theme’s main stylesheet
- Preserving theme settings in child theme
- Is it possible to make grandchild themes?
- How to cache bust a child theme style.css
- Child theme – Overriding ‘require_once’ in functions.php
- How to get a translated string from a language other than the current one?
- How to modify single.php in a child theme?
- Cannot get Child Theme to load latest version of style.css
- How to print translation supported text with HTML URL
- How to get a localized version of WordPress from a repository?
- Localization: I want the backend: english and frontend in defined language
- Working with l10n contexts (_x etc)
- @package & @subpackage: how to use with child themes
- How to override function in child theme
- My child theme doesn’t work Error: “The parent theme is missing. Please install your parent theme”
- Do Child-Themes automatically load the Translation from the Parent-Theme?
- Hiding Parent Theme
- How to integrate get_post_time with date_i18n function?
- gettext does not translate when called in ajax
- Child Theme vs Duplicate Theme Renamed
- How to provide translations for a WordPress TinyMCE plugin?
- How to escape the single quote character in i18n translation strings?
- get_stylesheet_directory() vs get_template_directory() for child theme
- why is translation not working on theme?
- Difference between stylesheet_directory and template_directory
- Declaring an instance of class included in parent theme from child theme functions.php
- get_parent_theme_file_path vs. get_template_directory
- How to Add Customizer Setting in Child Theme
- Git vs Child Theme
- Gettext details
- Give priority to child theme stylesheet
- Child theme does not overwrite parent themes style.css
- how to call files in child theme?
- How to escape single and plural i18n text strings?
- Optimal approach for replacing the 8 header images in a child theme?
- Best pratice to make taxonomy terms translatable without changing slugs?
- How to transfer changes to a child theme?
- WordPress master + child themes + Git workflow
- something like is_childtheme()
- override parent theme configuration in child functions.php
- What is the purpose of an extra file for translation?
- What are the most used WordPress localization?
- Is it possible to override this function/class in a child theme?
- Difference between 2 internationalization (i18n) functions __() & _e()
- Child theme showing a blank page
- Child theme preview missing
- Child Theme Performance
- How could child theme be different than parent theme if I haven’t made changes?