plural error in french fr.po localization
mecano - May 5, 2009 - 14:09
| Project: | ImageField |
| Version: | 6.x-3.0 |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
After activating imagefield, the following error pops :
"Le fichier de traduction fr.po contient une erreur : la formule de valeurs plurielles n'a pu être analysée."
i.e. plurals formula couldn't be analyzed in file fr.po
at line 21 of fr.po change
"Plural-Forms: nplurals=0; plural=;\n"
to
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

#1
I'm not familiar with any of the translation files, if you can submit an updated fr.po file I'd be happy to commit it.
#2
Closing as I'm unable to fix this since I don't know French. Any patches supplied I'd be happy to commit.