diff options
author | Christian Wieninger <winni@debian.(none)> | 2007-11-11 15:40:28 +0100 |
---|---|---|
committer | Christian Wieninger <winni@debian.(none)> | 2007-11-11 15:40:28 +0100 |
commit | 8d4f8607dc1558ce73eb4c376bdbf78ddb65da83 (patch) | |
tree | d0c5dde81a36ab2e8a2edc7c1e6922556518b312 /README.Translators | |
download | vdr-plugin-epgsearch-8d4f8607dc1558ce73eb4c376bdbf78ddb65da83.tar.gz vdr-plugin-epgsearch-8d4f8607dc1558ce73eb4c376bdbf78ddb65da83.tar.bz2 |
Initial commit
Diffstat (limited to 'README.Translators')
-rw-r--r-- | README.Translators | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/README.Translators b/README.Translators new file mode 100644 index 0000000..5682e64 --- /dev/null +++ b/README.Translators @@ -0,0 +1,44 @@ +--------------------------------------------------- +Building and maintaining translations for EPGSearch +--------------------------------------------------- + +If your language is not yet supported in EPGSearch or any +updates are needed it would be great if you could give your +support for this. + +To do so please follow these steps: + +1. Check if there is a current beta version of EPGSearch at + + http://winni.vdr-developer.org/epgsearch/downloads/beta + + If not please use the latest known release. + +2. Copy the original po file for your language to any backup + destination. Now edit the original po file for your language in + the po subdirectory. All entries with 'msgstr ""' should be filled + with your translation. + +3. To test your translations: + in vdr > 1.5.6: + simply recompile EPGSearch and check your changes. + in vdr < 1.5.7: + for backwards compatibility the translation is built from the + po files. To do so call + + make generate-i18n + + from EPGSearch's source directory and then recompile EPGSearch. + (this calls buildutil/pot2i18n.pl which may need to install Locale::PO + in the pearl cpan shell) + +4. When done please send me your po file or even better a patch for it, + created like + + cd po + diff -Nru /path-to-backup-po-file/x.po x.po > epgsearch_x.diff + + +Many thanks for your support + +Christian |