Files
glib/po
2016-10-12 08:18:41 +00:00
..
2010-01-28 22:43:51 -05:00
2012-06-13 21:00:44 +02:00
2013-06-10 15:18:23 +05:30
2013-03-17 16:40:46 +03:00
2013-01-12 20:18:43 +02:00
2013-07-05 02:27:05 +02:00
2010-06-09 15:13:14 +08:00
2013-06-10 21:31:00 +02:00
2013-03-12 23:14:39 +01:00
2013-07-14 12:22:18 +02:00
2013-08-18 09:38:51 +03:00
2012-09-18 18:35:04 +01:00
2012-03-11 12:02:28 +01:00
2013-06-13 13:06:53 +02:00
2012-12-27 16:37:24 +02:00
2013-03-20 09:35:28 +01:00
2012-02-25 15:35:17 +03:30
2013-03-12 18:17:12 +01:00
2013-06-10 10:18:02 +02:00
2013-03-22 16:27:08 +05:30
2013-02-02 11:23:56 +02:00
2013-03-21 14:58:09 +05:30
2013-08-26 19:40:37 +02:00
2013-07-02 20:18:49 +07:00
2013-09-10 22:01:14 +02:00
2013-03-23 19:10:01 +09:00
2014-02-05 15:18:44 +05:30
2013-03-12 02:22:43 +09:00
2013-03-19 22:30:20 +01:00
2013-06-12 23:14:03 +03:00
2013-03-17 20:08:27 +02:00
2012-10-31 13:14:06 +01:00
2013-03-25 23:11:43 +05:30
2013-07-23 10:34:27 +05:30
2013-05-13 11:14:48 +02:00
2013-02-09 17:50:16 +01:00
2011-12-26 17:15:32 +01:00
2016-10-12 08:18:41 +00:00
2013-06-14 10:05:56 -05:00
2013-06-10 20:32:57 +02:00
2001-01-16 02:24:24 +00:00
2013-02-15 13:45:35 +01:00
2012-04-09 17:24:00 +02:00
2013-08-04 09:26:42 +04:00
2013-03-18 21:22:18 +01:00
2013-06-13 21:23:22 +02:00
2013-06-25 23:25:32 +02:00
2013-06-25 23:25:32 +02:00
2012-04-01 13:11:33 +02:00
2014-01-30 15:09:53 +05:30
2013-03-25 15:27:44 +05:30
2013-03-19 22:30:20 +01:00
2013-03-08 15:46:25 +07:00
2013-03-17 13:54:19 +09:00
2013-03-02 20:42:13 +07:00
2014-03-10 12:36:52 +00: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.