aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-15 07:40:15 -0300
committerEuAndreh <eu@euandre.org>2025-05-15 07:40:15 -0300
commite02a0b9480d2424d52db578ee96df8c5160bb0fc (patch)
treef45837358e18d329908d63f48303c4df276b2372 /src
parentUse LC_MESSAGES for tests (diff)
downloadgotext-e02a0b9480d2424d52db578ee96df8c5160bb0fc.tar.gz
gotext-e02a0b9480d2424d52db578ee96df8c5160bb0fc.tar.xz
Remove "MIME-Version" extra header
Diffstat (limited to 'src')
-rw-r--r--src/gotext.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gotext.go b/src/gotext.go
index 098888f..d2ef382 100644
--- a/src/gotext.go
+++ b/src/gotext.go
@@ -316,7 +316,6 @@ func writePotFile(out io.Writer, msgIDs map[string][]msgIDT) {
const header = `msgid ""
msgstr ""
"Language: \n"
-"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
`