Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#104 closed enhancement (fixed)

Add a Textdomain and use load_plugin_textdomain

Reported by: gigalinux's profile GIGALinux Owned by: apeatling's profile 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)

#1 @apeatling
16 years ago

  • Status changed from new to assigned

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.

#2 @GIGALinux
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');

#3 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

#4 @(none)
15 years ago

  • Milestone Future Enhancements deleted

Milestone Future Enhancements deleted

Note: See TracTickets for help on using tickets.