Fix plural form of translations.

The leading '_n: ' should not be part of the translations.
master
TDE Gitea 2 weeks ago committed by TDE Gitea
parent af035fe3d4
commit 9837ab84a1

@ -207,7 +207,7 @@ msgid ""
"_n: 1 meter\n"
"%n meters"
msgstr ""
"_n: 1 meter\n"
"1 meter\n"
"%n meter"
#: metar_parser.cpp:174
@ -216,7 +216,7 @@ msgid ""
"_n: 1 foot\n"
"%n feet"
msgstr ""
"_n: 1 fot\n"
"1 fot\n"
"%n fot"
#: metar_parser.cpp:179

@ -175,7 +175,7 @@ msgid ""
"_n: 1 byte\n"
"%n bytes"
msgstr ""
"_n: 1 byte\n"
"1 byte\n"
"%n byte"
#: tdefilereplacelib.cpp:80

Loading…
Cancel
Save