diff options
author | Automated System <[email protected]> | 2021-09-23 18:38:37 +0000 |
---|---|---|
committer | TDE Gitea <[email protected]> | 2021-09-23 18:38:37 +0000 |
commit | b0a65017ac009501e1395ac916115ff56f4cd8a4 (patch) | |
tree | 6beb4a0b208adaaabfffcbbe75848dd9c4fd3f04 | |
parent | 2f007e4eca79b154fc6f22398f40863f8963588f (diff) | |
download | tork-b0a65017ac009501e1395ac916115ff56f4cd8a4.tar.gz tork-b0a65017ac009501e1395ac916115ff56f4cd8a4.zip |
Fix plural form of translations.
The leading '_n: ' should not be part of the translations.
-rw-r--r-- | po/es.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ msgid "" "_n: Example:\n" "Examples:" msgstr "" -"_n: Example:\n" +"Example:\n" "Ejemplos:" #: likeback.cpp:465 |