Mercurial > geeqie
annotate po/README @ 1767:9a351e8f3b97
Add compatibility for GTK 2.18
With 2.18 some functions are deprecated. With geeqie that are two at the
moment.
- gtk_tree_view_column_get_cell_renderers - which can be replaced by
gtk_cell_layout_get_cells
- gdk_event_get_graphics_expose - I just commented it as there seems to
be no replacement in GTK 2.18
author | mow |
---|---|
date | Tue, 13 Oct 2009 21:49:21 +0000 |
parents | a57336c3b1cc |
children | 473964976403 |
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 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
2 directory. Please see the gettext info pages for an overview and instructions. |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
3 Basically: Add your language code to the ALL_LINGUAS= line in configure.in, |
1645 | 4 then get started translating the strings in your ??.po file. Note: The strings |
5 for debug output is intentionally not marked for translation. | |
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
6 |
1648 | 7 To update a specific translation, one may use intltool-update [lang] (ie. |
8 intltool-update fr). | |
611
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
9 |
1645 | 10 To update all translation files, use make update-po. You should only use it when |
11 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
|
12 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
13 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
14 Helper scripts: |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
15 |
f31ae0d9e163
Update CODING and HACKING files, and add po/README file for translators.
zas_
parents:
diff
changeset
|
16 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
|
17 regen_potfiles.sh generate a patch to sync POTFILES.in with current source files |