Opened 16 years ago
Closed 16 years ago
#266 closed defect (bug) (fixed)
po file error
Reported by: | catiakitahara | Owned by: | |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | po file, | |
Cc: |
Description
While trying to save the translated version of the po file, poedit returns an error message:
buddypress.po:2215: format specifications in 'msgid' and 'msgstr' for argument 1 are not the same
The problematic string:
#: bp-groups/bp-groups-notifications.php:206 #, php-format msgid "" "You have been promoted to % for the group: \"%s\".\n" "\n" "To view the group please visit: %s\n" "\n" "---------------------\n"
I guess the first placeholder (between to and for) is wrong causing the error.
I'm using the trunk version of the po file downloaded here:
http://svn.buddypress.org/trunk/bp-languages/buddypress.po
Note: See
TracTickets for help on using
tickets.
This is fixed in the trunk now, I will need to regenerate the PO file.