I made one. Create a folder named "translations" and put the file there.
thanks committed.
Automatically closed -- issue fixed for 2 weeks with no activity.
The plural form in this file is broken
"Plural-Forms: nplurals=0; plural=;\n"
and leads to
The translation file de.po contains an error: the plural formula could not be parsed.
The correct formula used in Drupal for German is
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
This can be quite a challenge for the user because there's no indication of which de.po is broken (see #384494: The translation file de.po contains an error: the plural formula could not be parsed.).
Fixed in DEV
@Eikaa: Please check your other contributions!
Comments
Comment #1
fagothanks committed.
Comment #3
salvisThe plural form in this file is broken
and leads to
The correct formula used in Drupal for German is
This can be quite a challenge for the user because there's no indication of which de.po is broken (see #384494: The translation file de.po contains an error: the plural formula could not be parsed.).
Comment #4
hass commentedFixed in DEV
Comment #5
salvis@Eikaa: Please check your other contributions!