2011-09-20 20:34:12 +02:00
..
2010-01-28 22:43:51 -05:00
2011-09-07 01:30:06 +03:00
2011-09-18 10:36:42 -04:00
2010-06-09 15:13:14 +08:00
2011-09-18 22:15:11 +02:00
2011-09-07 16:58:57 +01:00
2011-09-14 17:32:24 +02:00
2011-09-08 22:30:44 +04:30
2011-09-08 17:30:01 +02:00
2011-09-05 11:55:50 +02:00
2011-09-20 14:12:38 +05:30
2011-09-13 14:13:42 +05:30
2011-09-10 14:41:47 +02:00
2011-09-06 16:50:11 +07:00
2011-09-07 00:33:39 +02:00
2011-09-17 11:30:01 +09:00
2010-11-14 00:05:02 +01:00
2011-09-11 23:50:30 +03:00
2011-09-06 21:50:01 +02:00
2011-09-08 21:09:38 +05:30
2011-09-08 21:07:54 +02:00
2001-01-16 02:24:24 +00:00
2011-09-05 22:30:09 +01:00
2011-09-14 21:26:49 +04:00
2011-09-20 20:34:12 +02:00
2011-09-19 03:01:58 +02:00
2011-09-19 03:01:58 +02:00
2011-09-12 17:51:05 +02:00
2011-09-13 16:04:42 +05:30

All the .po files are now in UTF-8!

For information on editing UTF-8 files on Unix, see
<http://www.cl.cam.ac.uk/~mgk25/unicode.html>

If you just want to convert it back to your native encoding to
edit and then convert again to UTF-8 to commit, please see the
scripts in gnome-i18n/UTF-8, for example

  export ENCODING_TO=ISO-8859-15
  utftopo fi.po
  emacs fi.po
  potoutf.sh fi.po
  cvs commit fi.po

Alternatively, you can use the gettext package (>= 0.11) to convert
your translation to and from your native encoding:

msgconv -t ISO-8859-15 fi.po > fi.native.po
emacs fi.native.po
msgconv -t UTF-8 fi.native.po > fi.po
cvs commit fi.po

If you need help with this, ask, but please don't commit
non-UTF-8 files here.