diff options
author | Slávek Banko <[email protected]> | 2020-05-17 02:29:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-17 02:29:37 +0200 |
commit | c9cfcec56a554126dcb30435555b737062daffbc (patch) | |
tree | 5e20a1aa10eadcf7c85e79116cd99086ebe012ed | |
parent | f5ca86d8f51faf41a0ad11343d1da47178ec8174 (diff) | |
download | abakus-c9cfcec56a554126dcb30435555b737062daffbc.tar.gz abakus-c9cfcec56a554126dcb30435555b737062daffbc.zip |
Add ignore-inconsistent flag for _translatorinfo in existing PO files.
Signed-off-by: Slávek Banko <[email protected]>
-rw-r--r-- | translations/messages/cs.po | 2 | ||||
-rw-r--r-- | translations/messages/de.po | 2 | ||||
-rw-r--r-- | translations/messages/it.po | 2 | ||||
-rw-r--r-- | translations/messages/nl.po | 1 | ||||
-rw-r--r-- | translations/messages/pt.po | 1 | ||||
-rw-r--r-- | translations/messages/sk.po | 2 |
6 files changed, 10 insertions, 0 deletions
diff --git a/translations/messages/cs.po b/translations/messages/cs.po index 5ef5071..2c71547 100644 --- a/translations/messages/cs.po +++ b/translations/messages/cs.po @@ -17,12 +17,14 @@ msgstr "" "X-Generator: Weblate 3.11.3\n" #. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: NAME OF TRANSLATORS\n" "Your names" msgstr "Slávek Banko" #. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: EMAIL OF TRANSLATORS\n" "Your emails" diff --git a/translations/messages/de.po b/translations/messages/de.po index 72a17f1..e98527e 100644 --- a/translations/messages/de.po +++ b/translations/messages/de.po @@ -17,12 +17,14 @@ msgstr "" "X-Generator: Weblate 3.11.3\n" #. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: NAME OF TRANSLATORS\n" "Your names" msgstr "Chris (TDE), Juergen Ihlau" #. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: EMAIL OF TRANSLATORS\n" "Your emails" diff --git a/translations/messages/it.po b/translations/messages/it.po index 12c5086..6ee85a4 100644 --- a/translations/messages/it.po +++ b/translations/messages/it.po @@ -17,12 +17,14 @@ msgstr "" "X-Generator: Weblate 3.6.1\n" #. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: NAME OF TRANSLATORS\n" "Your names" msgstr "Michele Calgaro" #. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: EMAIL OF TRANSLATORS\n" "Your emails" diff --git a/translations/messages/nl.po b/translations/messages/nl.po index 9fd1f0b..47c0111 100644 --- a/translations/messages/nl.po +++ b/translations/messages/nl.po @@ -17,6 +17,7 @@ msgstr "" "X-Generator: Weblate 3.7.1\n" #. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: NAME OF TRANSLATORS\n" "Your names" diff --git a/translations/messages/pt.po b/translations/messages/pt.po index 26deacb..243d5b8 100644 --- a/translations/messages/pt.po +++ b/translations/messages/pt.po @@ -17,6 +17,7 @@ msgstr "" "X-Generator: Weblate 3.7.1\n" #. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: NAME OF TRANSLATORS\n" "Your names" diff --git a/translations/messages/sk.po b/translations/messages/sk.po index ffb517e..13dfb64 100644 --- a/translations/messages/sk.po +++ b/translations/messages/sk.po @@ -17,12 +17,14 @@ msgstr "" "X-Generator: Weblate 3.10.3\n" #. Instead of a literal translation, add your name to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: NAME OF TRANSLATORS\n" "Your names" msgstr "Marek Mlynár" #. Instead of a literal translation, add your email to the end of the list (separated by a comma). +#, ignore-inconsistent msgid "" "_: EMAIL OF TRANSLATORS\n" "Your emails" |