Fix plural form of translations.

The leading '_n: ' should not be part of the translations.
pull/6/head
TDE Gitea 3 years ago committed by TDE Gitea
parent 383934e6aa
commit 616cd07db8

@ -105,7 +105,7 @@ msgid ""
"_n: %1 hit in General\n" "_n: %1 hit in General\n"
"%1 hits in General" "%1 hits in General"
msgstr "" msgstr ""
"_n: %1 element w Ogólnych\n" "%1 element w Ogólnych\n"
"%1 elementów w Ogólnych" "%1 elementów w Ogólnych"
#: mainwindow.cpp:358 #: mainwindow.cpp:358
@ -113,5 +113,5 @@ msgid ""
"_n: %1 hit in Advanced\n" "_n: %1 hit in Advanced\n"
"%1 hits in Advanced" "%1 hits in Advanced"
msgstr "" msgstr ""
"_n: %1 element w Zaawansowanych\n" "%1 element w Zaawansowanych\n"
"%1 elementów w Zaawansowanych" "%1 elementów w Zaawansowanych"

Loading…
Cancel
Save