diff options
| author | EuAndreh <eu@euandre.org> | 2025-05-15 07:40:15 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2025-05-15 07:40:15 -0300 |
| commit | e02a0b9480d2424d52db578ee96df8c5160bb0fc (patch) | |
| tree | f45837358e18d329908d63f48303c4df276b2372 /src | |
| parent | Use LC_MESSAGES for tests (diff) | |
| download | gotext-e02a0b9480d2424d52db578ee96df8c5160bb0fc.tar.gz gotext-e02a0b9480d2424d52db578ee96df8c5160bb0fc.tar.xz | |
Remove "MIME-Version" extra header
Diffstat (limited to 'src')
| -rw-r--r-- | src/gotext.go | 1 |
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" ` |
