From e02a0b9480d2424d52db578ee96df8c5160bb0fc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 15 May 2025 07:40:15 -0300 Subject: Remove "MIME-Version" extra header --- src/gotext.go | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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" ` -- cgit v1.2.3