aboutsummaryrefslogtreecommitdiffhomepage
path: root/cmd/exttmpl/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/exttmpl/main.go')
-rw-r--r--cmd/exttmpl/main.go21
1 files changed, 21 insertions, 0 deletions
diff --git a/cmd/exttmpl/main.go b/cmd/exttmpl/main.go
index c120ad2..4d11488 100644
--- a/cmd/exttmpl/main.go
+++ b/cmd/exttmpl/main.go
@@ -86,6 +86,27 @@ func main() {
process(f)
}
+ /* TODO: Use the correct date */
+ fmt.Fprint(outfile, `# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2025-07-27 20:08+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+`)
+
for tl, ti := range translations {
if ti.comment != "" {
fmt.Fprintln(outfile, "#.", ti.comment)