diff options
author | Automated System <gitea@mirror.git.trinitydesktop.org> | 2025-01-28 18:16:14 +0000 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2025-01-28 18:16:14 +0000 |
commit | 6d9717eb18526dc2e204ac49a68e35406e442083 (patch) | |
tree | 1b95594624e701fd24c677bf8f4ab82446bf3889 | |
parent | 83274befb1c5c504bd7538ae74367124d52ec575 (diff) | |
download | krecipes-6d9717eb18526dc2e204ac49a68e35406e442083.tar.gz krecipes-6d9717eb18526dc2e204ac49a68e35406e442083.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
-rw-r--r-- | translations/messages/ka.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/messages/ka.po b/translations/messages/ka.po index 87a4a8c..906a4bb 100644 --- a/translations/messages/ka.po +++ b/translations/messages/ka.po @@ -2862,7 +2862,7 @@ msgid "" "_n: You are missing 1 ingredient for:\n" "You are missing %n ingredients for:" msgstr "" -"_n: გაკლიათ 1 ინგრედიენტი რეცეპტისთვის:\n" +"გაკლიათ 1 ინგრედიენტი რეცეპტისთვის:\n" "გაკლიათ %n ინგრედიენტი რეცეპტისთვის:" #: src/dialogs/ingredientmatcherdialog.h:55 src/widgets/inglistviewitem.cpp:29 @@ -3648,7 +3648,7 @@ msgid "" "_n: 1 star\n" "%n stars" msgstr "" -"_n: 1 ვარსკვლავი\n" +"1 ვარსკვლავი\n" "%n ვარსკვლავი" #: src/exporters/recipemlexporter.cpp:140 |