text domain referred to in code
-
Hey,
I’m working on a theme that uses a parent theme with an underlying framework.
The theme and parent translate fine, thank you for the plugin on that part!But for some parts (the framework), the parent theme uses a textdomain located in a folder /languages:
load_theme_textdomain( 'framework', rf_get_template_directory() . '/languages' );
Found in the functions file of the parent theme, this resolves to /framework/languages in the parent theme.
In that folder I see only a runway-framework.mo and .potIs there a way can translate these, and add a language?
If you need more info, let me know!
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘text domain referred to in code’ is closed to new replies.