diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 14:59:23 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-08-06 14:59:23 +0200 |
commit | 916696ed571803baf739626e3549ca1f979eb48d (patch) | |
tree | 701984583f846d3c3b8738614f3e320a8ce535b3 /translations | |
parent | 4d04b45b0aeeebd0b7653aae22eeb66acbe05d23 (diff) | |
download | filelight-916696ed571803baf739626e3549ca1f979eb48d.tar.gz filelight-916696ed571803baf739626e3549ca1f979eb48d.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>
Diffstat (limited to 'translations')
-rw-r--r-- | translations/messages/nl.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translations/messages/nl.po b/translations/messages/nl.po index 56ee5b8..fe3ffe1 100644 --- a/translations/messages/nl.po +++ b/translations/messages/nl.po @@ -179,7 +179,7 @@ msgid "" "_n: %n File\n" "%n Files" msgstr "" -"_n: %n bestand\n" +"%n bestand\n" "%n bestanden" #: src/part/radialMap/builder.cpp:133 |