2016-10-12 08:12:15 +00:00
..
2010-01-28 22:43:51 -05:00
2011-09-22 11:56:39 +02:00
2011-09-07 01:30:06 +03:00
2011-09-18 10:36:42 -04:00
2011-09-25 23:12:36 +02:00
2010-06-09 15:13:14 +08:00
2011-09-25 23:35:27 +02:00
2011-09-24 14:43:23 +02:00
2011-09-18 22:15:11 +02:00
2011-09-07 16:58:57 +01:00
2011-09-26 16:59:48 -04:00
2011-09-14 17:32:24 +02:00
2011-09-23 19:05:44 +02:00
2011-09-08 22:30:44 +04:30
2011-12-12 20:40:31 +01:00
2011-09-05 11:55:50 +02:00
2011-09-20 14:12:38 +05:30
2012-03-27 12:20:34 +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
2012-04-12 09:30:05 +09:00
2010-11-14 00:05:02 +01:00
2011-09-24 01:06:06 +03:00
2011-10-08 21:50:44 +03:00
2011-09-06 21:50:01 +02:00
2016-10-12 08:12:15 +00:00
2011-09-23 16:21:33 +05:30
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
2012-03-01 14:02:18 +05:30
2011-10-02 11:21:18 +11: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.