I made one. Create a folder named "translations" and put the file there.

CommentFileSizeAuthor
de.po9.69 KBeikes

Comments

fago’s picture

Status: Active » Fixed

thanks committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

salvis’s picture

Title: Add German Translation » The translation file de.po contains an error: the plural formula could not be parsed.
Version: 6.x-1.0-beta1 » 6.x-1.1
Category: task » bug
Status: Closed (fixed) » Active

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.).

hass’s picture

Status: Active » Fixed

Fixed in DEV

salvis’s picture

@Eikaa: Please check your other contributions!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.