virt-manager/po
2008-12-01 14:37:58 -05:00
..
as.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
bg.po Update translation files. 2008-09-10 13:49:14 -04:00
bn_IN.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
bs.po Update translation files. 2008-09-10 13:49:14 -04:00
ca.po Update catalan translation. 2008-09-16 16:51:43 -04:00
ChangeLog Major rework of i18n build integration to deal with bz 229324 2007-05-18 12:14:33 -04:00
cs.po Update translation files. 2008-09-10 13:49:14 -04:00
da.po Update translation files. 2008-09-10 13:49:14 -04:00
de.po Updated german translation. 2008-12-01 14:37:58 -05:00
es.po Update translation files. 2008-09-10 13:49:14 -04:00
fi.po Update translation files. 2008-09-10 13:49:14 -04:00
fr.po Update translation files. 2008-09-10 13:49:14 -04:00
gu.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
hi.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
hr.po Update translation files. 2008-09-10 13:49:14 -04:00
hu.po Update translation files. 2008-09-10 13:49:14 -04:00
is.po Update translation files. 2008-09-10 13:49:14 -04:00
it.po Updated italian translation. 2008-10-27 13:41:34 -04:00
ja.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
kn.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
ko.po Update translation files. 2008-09-10 13:49:14 -04:00
Makevars Major rework of i18n build integration to deal with bz 229324 2007-05-18 12:14:33 -04:00
Makevars.template Major rework of i18n build integration to deal with bz 229324 2007-05-18 12:14:33 -04:00
ml.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
mr.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
ms.po Update translation files. 2008-09-10 13:49:14 -04:00
nb.po Update translation files. 2008-09-10 13:49:14 -04:00
nl.po Updated dutch translation. 2008-09-29 10:05:10 -04:00
or.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
pa.po Update translation files. 2008-09-10 13:49:14 -04:00
pl.po Update polish translation. 2008-10-20 10:49:21 -04:00
POTFILES.in Update POTFILES to reflect reality. 2008-10-14 13:22:32 -04:00
POTFILES.skip Update POTFILES to reflect reality. 2008-10-14 13:22:32 -04:00
pt_BR.po Updated pt_BR translation. 2008-12-01 14:37:00 -05:00
pt.po Update translation files. 2008-09-10 13:49:14 -04:00
README.txt Added notes on translation process 2006-11-09 12:47:36 -05:00
ro.po Update translation files. 2008-09-10 13:49:14 -04:00
ru.po Update translation files. 2008-09-10 13:49:14 -04:00
sr.po Update translation files. 2008-09-10 13:49:14 -04:00
sr@latin.po Update translation files. 2008-09-10 13:49:14 -04:00
sv.po Update translation files. 2008-09-10 13:49:14 -04:00
ta.po Update translation files. 2008-09-10 13:49:14 -04:00
te.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
tr.po Update translation files. 2008-09-10 13:49:14 -04:00
uk.po Update translation files. 2008-09-10 13:49:14 -04:00
virt-manager.pot Update translation files. 2008-09-10 13:49:14 -04:00
zh_CN.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00
zh_TW.po Updated translations from Fedora. 2008-10-22 16:48:15 -04:00

  Notes on translation process
  ============================

The translations for virt-manager are currently handled by the Fedora translations
team. Thus the translators work on .po files which are in the master Fedora CVS
repo for i18n stuff. Before each new release, the latest translated .po files are
pulled back into the master HG repo for virt-manager, and a new virt-manager.pot
file pushed out.

The process for updates is this:


 - Get checkout of 'virt-manager' from hg.et.redhat.com/virt/ repo
 - Get checkout of 'virt-manager' from elvis.redhat.com:/usr/local/CVS repo
 - Copy all the .po files from CVS repo into the po/ directory from HG
 - Run 'make update-po'. This
     - Rebuilds the virt-manager.pot to pull in latest strings from source
       code files
     - Runs 'msgmerge' on each .po file to add entries for new messages
       and disable old ones, etc
 - Commit this to HG repo
 - Copy the virt-manager.pot & msgmerge'd  .po files back to CVS repo
 - Commit the CVS repo

Running this only at time of release isn't entirely ideal since translators 
will always be one release behind the latest source strings. Thus ideally
the sync-up should be done on a weekly basis, as well as immediately before
release.