From 4268eda3a6a52ccfbcdd5d339e8b755fc05fdbc7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 7 Mar 2007 16:57:22 +0000 Subject: * Updated pot files for hopefully the last time before release. * po files update themselves when a pot file update occurs, so you see that here as well. * Added a few more small notes to translation-help. --- translation-help | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'translation-help') diff --git a/translation-help b/translation-help index 7c8e20dc..1a092ea3 100644 --- a/translation-help +++ b/translation-help @@ -43,13 +43,21 @@ following command, substituting 'libalpm.pot' or 'pacman.pot' depending on which directory you are currently working in: msginit -l -o .po -i +You can then also add your language code to the end of the LINGUAS file located +in each po directory. + Look at the current message files for more guidance if necessary. Once you create the new language file, you may need to slightly modify the headers; try to make them look similar to the other .po file headers. In addition, for all new translations we would strongly recommend using UTF-8 encoding. +Finally, submitting your translations in patch form is not essential for new +languages, but highly recommended for future updates to the translations. + Some other notes: -msgid and msgstr 'variables' can be on as many lines as necessary. Line breaks are ignored- if you need a literal line break, use an '\n' in your string. The following two translations are equivalent: +msgid and msgstr 'variables' can be on as many lines as necessary. Line breaks +are ignored- if you need a literal line break, use an '\n' in your string. The +following two translations are equivalent: msgstr "This is a test translation" -- cgit v1.2.3-54-g00ecf