2012-01-13 21:11:03 +01:00
..
2010-01-28 22:43:51 -05:00
2012-01-10 01:00:29 +03:00
2012-01-08 16:48:13 +02:00
2011-09-25 23:12:53 +02:00
2010-06-09 15:13:14 +08:00
2011-09-25 23:36:13 +02:00
2011-09-24 14:42:07 +02:00
2011-10-18 22:28:23 +02:00
2011-09-07 17:00:06 +01:00
2011-09-29 06:24:55 +02:00
2012-01-06 20:31:54 +01:00
2011-12-12 20:36:29 +01:00
2011-11-21 01:59:07 +01:00
2011-09-21 12:20:40 +05:30
2012-01-13 09:38:35 +02:00
2011-09-10 14:39:43 +02:00
2011-09-06 16:50:11 +07:00
2011-09-07 00:34:02 +02:00
2011-10-17 09:26:01 +09:00
2011-12-10 23:32:23 +09:00
2010-11-14 00:05:02 +01:00
2011-10-09 22:00:49 +03:00
2012-01-06 20:35:34 +01:00
2011-12-26 17:15:32 +01:00
2011-09-23 16:23:44 +05:30
2011-09-05 00:38:14 -04:00
2011-09-08 21:08:09 +02:00
2001-01-16 02:24:24 +00:00
2012-01-13 21:11:03 +01:00
2011-09-05 22:30:09 +01:00
2011-09-14 21:28:00 +04:00
2011-09-24 21:52:10 +02:00
2011-10-21 21:24:06 +02:00
2011-09-19 03:07:41 +02:00
2011-09-19 03:07:41 +02:00
2011-09-13 15:40:27 +05:30
2012-01-06 16:58:28 +07:00

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.