diff options
author | EuAndreh <eu@euandre.org> | 2025-05-15 06:25:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-15 06:25:04 -0300 |
commit | d33a56d12c72d953c54522b7b0f34b86f6977038 (patch) | |
tree | b68eddc4713d6eda20835f872f7731550219cb1a /po/tests | |
parent | Makefile: Fix dependency of tests/functional/api-usage/main.bin-check target (diff) | |
download | gotext-d33a56d12c72d953c54522b7b0f34b86f6977038.tar.gz gotext-d33a56d12c72d953c54522b7b0f34b86f6977038.tar.xz |
Remove "Content-Transfer-Encoding" "header" from files and strings
Diffstat (limited to 'po/tests')
-rw-r--r-- | po/tests/de.po | 1 | ||||
-rw-r--r-- | po/tests/es.po | 1 | ||||
-rw-r--r-- | po/tests/tests.pot | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/po/tests/de.po b/po/tests/de.po index fe8afea..5137c46 100644 --- a/po/tests/de.po +++ b/po/tests/de.po @@ -3,7 +3,6 @@ msgstr "" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: tests/functional/api-usage/gotext.go:62 diff --git a/po/tests/es.po b/po/tests/es.po index 2658531..72623dd 100644 --- a/po/tests/es.po +++ b/po/tests/es.po @@ -3,7 +3,6 @@ msgstr "" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: tests/functional/api-usage/gotext.go:62 diff --git a/po/tests/tests.pot b/po/tests/tests.pot index b9a1357..2bfeb76 100644 --- a/po/tests/tests.pot +++ b/po/tests/tests.pot @@ -3,7 +3,6 @@ msgstr "" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" #: tests/functional/api-usage/gotext.go:62 tests/functional/api-usage/gotext.go:67 tests/functional/api-usage/gotext.go:80 tests/functional/api-usage/gotext.go:85 tests/functional/api-usage/gotext.go:98 tests/functional/api-usage/gotext.go:103 #, c-format |