gtk/po
2002-11-03 04:41:05 +00:00
..
.cvsignore
am.po tweak. 2002-10-26 13:01:14 +00:00
az.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
be.po be.po: Updated Belarusian translation from Belarusian team <i18n@infonet.by>. 2002-11-03 04:41:05 +00:00
bg.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
ca.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
ChangeLog be.po: Updated Belarusian translation from Belarusian team <i18n@infonet.by>. 2002-11-03 04:41:05 +00:00
cs.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
cy.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
da.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
de.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
el.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
en_GB.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
en@IPA.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
es.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
et.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
eu.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
fa.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
fi.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
fr.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
ga.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
gl.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
he.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
hi.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
hr.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
hu.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
ia.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
it.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
ja.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
ko.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
lt.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
Makefile.in.in
makefile.mingw
ms.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
nl.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
nn.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
no.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
pl.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
po2tbl.sed.in
POTFILES.in disable/enable preedit/status in GtkIMContextXIM (#59076) 2002-09-24 22:55:41 +00:00
pt_BR.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
pt.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
README.translators
ro.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
ru.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
sk.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
sl.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
sp.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
sr.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
sv.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
ta.po
tr.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
uk.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
vi.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
wa.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
zh_CN.po === Released 2.1.2 === 2002-11-02 18:55:18 +00:00
zh_TW.po === Released 2.1.2 === 2002-11-02 18:55:18 +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-8895-15
  utftopo fi.po
  emacs fi.po
  potoutf.sh fi.po
  cvs commit fi.po

An alternative is to use the msgconv utility bundled along with
gettext package >= 0.11.

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