glib/po
Owen Taylor ddbe0effd1 === Released 2.1.3 ===
Mon Dec  2 16:34:13 2002  Owen Taylor  <otaylor@redhat.com>

        * === Released 2.1.3 ===

        * NEWS: Updated.

        [ Unmerged change from stable from May 16 ]

        * autogen.sh: Remove check for GNU gettext, since it
        was causing problems for Solaris CVS builds.
        (#81885, Hidetoshi Tajima.)
2002-12-02 22:04:13 +00:00
..
.cvsignore Added French translation. 2001-03-02 11:21:48 +00:00
az.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
be.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
bg.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
ca.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
ChangeLog Updated Danish translation. 2002-11-30 21:21:55 +00:00
cs.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
da.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
de.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
el.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
es.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
eu.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
fa.po Updated Persian translation. 2002-08-23 19:53:36 +00:00
fr.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
gl.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
hi.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
it.po added italian translation 2002-09-21 23:41:46 +00:00
ja.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
ko.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
lv.po Remove notes about now-fixed-bugs. 2002-05-22 19:52:41 +00:00
Makefile.in.in remove cat-id-tbl.c references (this really 2002-02-01 00:02:12 +00:00
ms.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
nl.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
nn.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
no.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
pl.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
po2tbl.sed.in Add gettext support. 2001-01-16 02:24:24 +00:00
POTFILES.in Updated Norwegian (bokmål) translation. Added glib/gdir.c. 2001-12-04 09:41:48 +00:00
pt_BR.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
pt.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
README.translators Remove notes about now-fixed-bugs. 2002-05-22 19:52:41 +00:00
ro.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
ru.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
sk.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
sl.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
sq.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
sv.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
ta.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
tr.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
uk.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
vi.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
zh_CN.po === Released 2.1.3 === 2002-12-02 22:04:13 +00:00
zh_TW.po === Released 2.1.3 === 2002-12-02 22:04:13 +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.