diff options
author | Automated System <[email protected]> | 2022-06-23 23:34:01 +0000 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2022-06-23 23:34:01 +0000 |
commit | 19afd783df00e1543c5dbb1ee99fdb5ad525a3c1 (patch) | |
tree | 72bd1f95de45e63a45d6a279bbee8809b2672464 | |
parent | fe64c0d6f79dcfeb83666830a6c004ed9cd8e212 (diff) | |
download | filelight-19afd783df00e1543c5dbb1ee99fdb5ad525a3c1.tar.gz filelight-19afd783df00e1543c5dbb1ee99fdb5ad525a3c1.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
-rw-r--r-- | translations/messages/uk.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/messages/uk.po b/translations/messages/uk.po index 3345817..f2ff485 100644 --- a/translations/messages/uk.po +++ b/translations/messages/uk.po @@ -174,7 +174,7 @@ msgid "" "_n: %n File\n" "%n Files" msgstr "" -"_n: %n Файл\n" +"%n Файл\n" "%n Файли" #: src/part/radialMap/builder.cpp:133 |