Closed (duplicate)
Project:
Drupal core
Version:
5.1
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2007 at 14:54 UTC
Updated:
26 Jul 2007 at 13:14 UTC
The export function of .po files doesn't exports rows with msgstr[0] and msgstr[1] after the msgid_plural row:
#: includes/common.inc:0
msgid "1 week"
msgid_plural "@count weeks"
#: includes/common.inc:0
msgid "1 day"
msgid_plural "@count days"...
Should be:
#: includes/common.inc:0
msgid "1 week"
msgid_plural "@count weeks"
msgstr[0] "1 Woche"
msgstr[1] "@count Wochen"
#: includes/common.inc:0
msgid "1 day"
msgid_plural "@count days"
msgstr[0] "1 Tag"
msgstr[1] "@count Tage"--
richie
Comments
Comment #1
gábor hojtsyIs the plural form of your language imported properly? That could be the problem.
Comment #2
Wesley Tanaka commentedMarking as duplicate of earlier report