diff options
author | Automated System <[email protected]> | 2025-02-26 18:21:02 +0000 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2025-02-26 18:21:02 +0000 |
commit | 398886ca5b5a79c789e91fcdb71d382011179ef1 (patch) | |
tree | 1f313a122395d5ff834ef3eeb4ab3b7de3d88028 /translations/messages | |
parent | 237bc7cbdb91bb47edc21814fa092969f1b86915 (diff) | |
download | yakuake-398886ca5b5a79c789e91fcdb71d382011179ef1.tar.gz yakuake-398886ca5b5a79c789e91fcdb71d382011179ef1.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
Diffstat (limited to 'translations/messages')
-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 a9ba3d3..d5ee9c6 100644 --- a/translations/messages/nl.po +++ b/translations/messages/nl.po @@ -326,7 +326,7 @@ msgid "" "_n: Shell\n" "Shell No. %n" msgstr "" -"_n: Shell\n" +"Shell\n" "Shellnr. %n" #: src/title_bar.cpp:25 |