virt-manager/po
fab fa3888dc0c l10n: Updates to German (de) translation
Transmitted-via: Transifex (translate.fedoraproject.org)
2010-08-10 14:02:09 +00:00
..
as.po Prep for release 2010-03-24 11:53:08 -04:00
bg.po Prep for release 2010-03-24 11:53:08 -04:00
bn_IN.po l10n: Updates to Bengali (India) (bn_IN) translation 2010-04-08 10:24:03 +00:00
bs.po Prep for release 2010-03-24 11:53:08 -04:00
ca.po Prep for release 2010-03-24 11:53:08 -04:00
ChangeLog Major rework of i18n build integration to deal with bz 229324 2007-05-18 12:14:33 -04:00
cs.po Prep for release 2010-03-24 11:53:08 -04:00
da.po Prep for release 2010-03-24 11:53:08 -04:00
de.po l10n: Updates to German (de) translation 2010-08-10 14:02:09 +00:00
es.po l10n: Updates to Spanish (Castilian) (es) translation 2010-07-26 15:14:43 +00:00
fi.po Prep for release 2010-03-24 11:53:08 -04:00
fr.po l10n: Updates to French (fr) translation 2010-05-12 03:20:23 +00:00
gu.po l10n: Updates to Gujarati (gu) translation 2010-04-05 11:05:34 +00:00
hi.po Prep for release 2010-03-24 11:53:08 -04:00
hr.po Prep for release 2010-03-24 11:53:08 -04:00
hu.po Prep for release 2010-03-24 11:53:08 -04:00
is.po Prep for release 2010-03-24 11:53:08 -04:00
it.po Prep for release 2010-03-24 11:53:08 -04:00
ja.po l10n: Updates to Japanese (ja) translation 2010-07-02 07:56:34 +00:00
kn.po l10n: Updates to Kannada (kn) translation 2010-04-23 09:35:14 +00:00
ko.po l10n: Updates to Korean (ko) translation 2010-04-28 05:21:10 +00: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 l10n: Updates to Malayalam (ml) translation 2010-04-13 04:45:10 +00:00
mr.po l10n: Updates to Marathi (mr) translation 2010-07-26 10:30:23 +00:00
ms.po Prep for release 2010-03-24 11:53:08 -04:00
nb.po Prep for release 2010-03-24 11:53:08 -04:00
nl.po l10n: Updates to Dutch (Flemish) (nl) translation 2010-08-07 15:40:49 +00:00
or.po l10n: Updates to Oriya (or) translation 2010-04-15 13:12:54 +00:00
pa.po l10n: Updates to Panjabi (Punjabi) (pa) translation 2010-03-30 10:14:08 +00:00
pl.po l10n: Updates to Polish (pl) translation 2010-03-24 17:16:04 +00:00
POTFILES.in Add libvirt interface create wizard. 2010-02-08 17:18:06 -05:00
POTFILES.skip Add src/virt-manager.py to POTFILES.skip. 2008-12-17 15:27:27 -05:00
pt_BR.po Prep for release 2010-03-24 11:53:08 -04:00
pt.po Prep for release 2010-03-24 11:53:08 -04:00
README.txt Added notes on translation process 2006-11-09 12:47:36 -05:00
ro.po Prep for release 2010-03-24 11:53:08 -04:00
ru.po l10n: Updates to Russian (ru) translation 2010-04-06 00:23:26 +00:00
sk.po l10n: Adding Slovak Translation. Author: Peter Mráz 2010-07-22 10:55:51 +00:00
sr.po Prep for release 2010-03-24 11:53:08 -04:00
sr@latin.po Prep for release 2010-03-24 11:53:08 -04:00
sv.po Prep for release 2010-03-24 11:53:08 -04:00
ta.po Prep for release 2010-03-24 11:53:08 -04:00
te.po l10n: Updates to Telugu (te) translation 2010-04-09 12:22:44 +00:00
tr.po Prep for release 2010-03-24 11:53:08 -04:00
uk.po l10n: Updates to Ukrainian (uk) translation 2010-04-14 21:46:13 +00:00
virt-manager.pot Prep for release 2010-03-24 11:53:08 -04:00
zh_CN.po Prep for release 2010-03-24 11:53:08 -04:00
zh_TW.po Prep for release 2010-03-24 11:53:08 -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.