]> Pileus Git - ~andy/gtk/blob - po/README.translators
stylecontext: Do invalidation on first resize container
[~andy/gtk] / po / README.translators
1 The .po files in this directory contain only the ui and error 
2 messages in the gtk20 domain. See ../po-properties for the 
3 property nicks and blurbs in the gtk20-properties domain. 
4
5 All the .po files are now in UTF-8!
6
7 For information on editing UTF-8 files on Unix, see
8 <http://www.cl.cam.ac.uk/~mgk25/unicode.html>
9
10 If you just want to convert it back to your native encoding to
11 edit and then convert again to UTF-8 to commit, please see the
12 scripts in gnome-i18n/UTF-8, for example
13
14   export ENCODING_TO=ISO-8895-15
15   utftopo fi.po
16   emacs fi.po
17   potoutf.sh fi.po
18   cvs commit fi.po
19
20 An alternative is to use the msgconv utility bundled along with
21 gettext package >= 0.11.
22
23 If you need help with this, ask, but please don't commit
24 non-UTF-8 files here.