From 44fb2cf93fb0b7fb9f689eb5adaac9dade11e731 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 24 Jul 2005 19:20:36 +0000 Subject: [PATCH] Add a note about what to do when changing/adding strings. --- README | 7 +++++++ tpl-test.pot | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README b/README index bf4aa66..9408841 100644 --- a/README +++ b/README @@ -31,5 +31,12 @@ Now you can compare the output in different locales: LANG=C perl process-template.pl LANG=nb_NO.UTF-8 perl process-template.pl +Whenever you change your templates and/or in-code strings, simply recreate +the templates from scratch and run + + msgmerge -U nb.po templates.pot + +Then unfuzz, translate new strings and run msgfmt again. + Everything in here is © 2005 Steinar H. Gunderson , licensed under the GPLv2. Absolutely no warranty. Comments welcome :-) diff --git a/tpl-test.pot b/tpl-test.pot index a971dc5..d803739 100644 --- a/tpl-test.pot +++ b/tpl-test.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: myproject\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-11-24 21:11+0200\n" +"POT-Creation-Date: 2005-19-24 21:19+0200\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -- 2.39.2