diff options
author | Slávek Banko <[email protected]> | 2020-08-06 15:01:36 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-08-06 15:01:36 +0200 |
commit | d7a1d5b5c24c46ecdd194f2d06dbde7014443295 (patch) | |
tree | eecc062734d8bd88c70b6481f82920ff17395404 /po | |
parent | 400cdb9fb904840f5d3523405a4e8102af40a97a (diff) | |
download | tellico-d7a1d5b5c24c46ecdd194f2d06dbde7014443295.tar.gz tellico-d7a1d5b5c24c46ecdd194f2d06dbde7014443295.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'po')
-rw-r--r-- | po/en_GB.po | 2 | ||||
-rw-r--r-- | po/it.po | 2 | ||||
-rw-r--r-- | po/uk.po | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/po/en_GB.po b/po/en_GB.po index fa23016..b2c008b 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -2807,7 +2807,7 @@ msgid "" "_n: The search returned 1 item.\n" "The search returned %n items." msgstr "" -"_n: The search returned 1 item.\n" +"The search returned 1 item.\n" "The search returned %n items." #: fetchdialog.cpp:414 @@ -2837,7 +2837,7 @@ msgid "" "_n: The search returned 1 item.\n" "The search returned %n items." msgstr "" -"_n: La ricerca ha trovato un oggetto.\n" +"La ricerca ha trovato un oggetto.\n" "La ricerca ha trovato %n oggetti." #: fetchdialog.cpp:414 @@ -2799,7 +2799,7 @@ msgid "" "_n: The search returned 1 item.\n" "The search returned %n items." msgstr "" -"_n: Пошук дав 1 результат.\n" +"Пошук дав 1 результат.\n" "Пошук дав %n результатів." #: fetchdialog.cpp:414 |