diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:01:48 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 15:33:41 +0200 |
commit | 534c6d13913570afbcec9ec81f172a9cbabfb123 (patch) | |
tree | ca7abed4e4d9c790e9d6b5238bdcdb22c37a9149 | |
parent | c8113e4dac4ee330ec4503b501b2db242dcdd4a8 (diff) | |
download | yakuake-534c6d13913570afbcec9ec81f172a9cbabfb123.tar.gz yakuake-534c6d13913570afbcec9ec81f172a9cbabfb123.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fbed66d088c1f369b46d5fc32825bbfdd28ca071)
-rw-r--r-- | translations/messages/it.po | 2 | ||||
-rw-r--r-- | translations/messages/pl.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/translations/messages/it.po b/translations/messages/it.po index b5d5185..edcae7d 100644 --- a/translations/messages/it.po +++ b/translations/messages/it.po @@ -324,7 +324,7 @@ msgid "" "_n: Shell\n" "Shell No. %n" msgstr "" -"_n: Shell\n" +"Shell\n" "Shell n. %n" #: src/title_bar.cpp:25 diff --git a/translations/messages/pl.po b/translations/messages/pl.po index e649022..92009e8 100644 --- a/translations/messages/pl.po +++ b/translations/messages/pl.po @@ -325,7 +325,7 @@ msgid "" "_n: Shell\n" "Shell No. %n" msgstr "" -"_n: Powłoka\n" +"Powłoka\n" "Powłoka nr %n" #: src/title_bar.cpp:25 |