#104 closed enhancement (fixed)
Add a Textdomain and use load_plugin_textdomain
Reported by: | GIGALinux | Owned by: | apeatling |
---|---|---|---|
Milestone: | Priority: | blocker | |
Severity: | Version: | 1.0 | |
Component: | Keywords: | ||
Cc: | GIGALinux |
Description
At current I'm working on a German localization. I will be useful to use a textdomain in all l18n commands. With this script will be the change short and simple: http://svn.automattic.com/wordpress-i18n/tools/trunk/add-textdomain.php
php add-textdomain.php -i domain phpfile phpfile ...
And it muss be resolved if the themes can use the one localization or needed to separate it.
Change History (4)
#2
@
16 years ago
- Cc GIGALinux added
Can please add load_textdomain to the bp-core.php, if not the localization don't working.
load_textdomain('buddypress', ABSPATH . 'wp-content/mu-plugins/buddypress-' . get_locale() . '.mo');
Note: See
TracTickets for help on using
tickets.
The textdomain has been added. A few more updates are needed to stitch some sentences back together. I should get those updates done this week.