Make WordPress Core

Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#15234 closed defect (bug) (worksforme)

Text in wrong localization file

Reported by: charlie_hun Owned by:
Priority: normal Milestone:
Component: I18N Version: 3.0.1
Severity: normal Keywords:
Cc: Focuses:

Description

Hi!

These text original in the LANG_lang.po file, but the text is only show only multisite is enabled, and WordPress probe reade the localization from ms-LANG_lang.po file.

So, please move this text from wordpress.pot to wordpress-ms.pot to work localization.

#: wp-admin/user-new.php:194
msgid "Enter the username and email address of an existing user on this site."
msgstr ""

#: wp-admin/user-new.php:194
msgid "Enter the username and the email address of a person who is not already a member of this site. Choose the username carefully, it cannot be changed."
msgstr ""

Change History (2)

#1 @nacin
16 years ago

  • Milestone Awaiting Review
  • Resolutionworksforme
  • Status newclosed

We only split them based on files. Doing per-string would be too much. It works anyway.

This is handled on the i18n side:
http://wppolyglots.wordpress.com
http://translate.wordpress.org

#2 @charlie_hun
16 years ago

Sorry, the problame only the hungarian localization files, in the first release, i upgrade from SVN and it's good.

Note: See TracTickets for help on using tickets.