mirror of https://gitee.com/openkylin/libvirt.git
* configure.in: update for ALL_LINGUAS
* po/*.po: updated with strings from Red Hat translators Daniel
This commit is contained in:
parent
e1f2b6497e
commit
b4c2c01fd0
ChangeLogconfigure.in
po
af.poam.poar.poas.pobe.pobg.pobn.pobn_IN.poca.pocs.pocy.poda.pode.poel.poes.poet.poeu_ES.pofa.pofi.pofr.pogl.pogu.pohe.pohi.pohr.pohu.pohy.poid.pois.poit.poja.poka.pokn.poko.poku.polo.polt.polv.pomk.poml.pomr.poms.pomy.ponb.ponl.ponn.pono.ponso.poor.popa.popl.popt.popt_BR.poro.poru.posi.posk.posl.posq.posr.posr@Latn.posv.pota.pote.poth.potr.pouk.pour.povi.pozh_CN.pozh_TW.pozu.po
|
@ -1,3 +1,8 @@
|
|||
Tue Nov 28 13:15:00 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* configure.in: update for ALL_LINGUAS
|
||||
* po/*.po: updated with strings from Red Hat translators
|
||||
|
||||
Mon Nov 27 23:27:26 CET 2006 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
* src/xml.c: patch for rhbz#214741, when using pygrub
|
||||
|
|
|
@ -248,7 +248,12 @@ AC_SUBST(PYTHON_SITE_PACKAGES)
|
|||
|
||||
AM_GNU_GETTEXT_VERSION([0.14.1])
|
||||
AM_GNU_GETTEXT([external])
|
||||
ALL_LINGUAS=en_GB
|
||||
if test -d po
|
||||
then
|
||||
ALL_LINGUAS=`(cd po > /dev/null && ls *.po) | sed 's+\.po$++'`
|
||||
else
|
||||
ALL_LINGUAS="af am ar as be bg bn_IN bn ca cs cy da de el en_GB es et eu_ES fa fi fr gl gu he hi hr hu hy id is it ja ka kn ko ku lo lt lv mk ml mr ms my nb nl nn no nso or pa pl pt_BR pt ro ru si sk sl sq sr@Latn sr sv ta te th tr uk ur vi zh_CN zh_TW zu"
|
||||
fi
|
||||
|
||||
# very annoying
|
||||
rm -f COPYING
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue