annotate po/README @ 1806:022456247824

Add the feature to add single keywords to selection This patch adds a context menu entry to keywords to ad the current keyword to all selected images.
author mow
date Sat, 27 Feb 2010 20:35:26 +0000
parents 473964976403
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
611
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
1 Translators create a translation by creating the appropriate .po file in the /po
1784
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
2 directory.
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
3
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
4 Please see the gettext info pages for an overview and instructions.
611
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
5
1784
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
6 Basically:
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
7 - Add your language code to the LINGUAS file
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
8 - then get started translating the strings in your ??.po file.
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
9
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
10 Note: The strings for debug output is intentionally not marked for translation.
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
11
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
12 To update a specific translation:
473964976403 Update README about translations.
zas_
parents: 1648
diff changeset
13 - intltool-update [lang] (ie. intltool-update fr).
611
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
14
1645
b9a9a457860d Update documentation
mow
parents: 611
diff changeset
15 To update all translation files, use make update-po. You should only use it when
b9a9a457860d Update documentation
mow
parents: 611
diff changeset
16 needed (before a release or when there were many changes in source code).
611
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
17
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
18
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
19 Helper scripts:
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
20
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
21 gen_translations_stats.sh generate statistics about translations
f31ae0d9e163 Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff changeset
22 regen_potfiles.sh generate a patch to sync POTFILES.in with current source files