mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 11:35:19 +00:00
* 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
@ -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
|
||||
|
1488
po/bn_IN.po
Normal file
1488
po/bn_IN.po
Normal file
File diff suppressed because it is too large
Load Diff
1451
po/eu_ES.po
Normal file
1451
po/eu_ES.po
Normal file
File diff suppressed because it is too large
Load Diff
1487
po/pt_BR.po
Normal file
1487
po/pt_BR.po
Normal file
File diff suppressed because it is too large
Load Diff
1486
po/sr@Latn.po
Normal file
1486
po/sr@Latn.po
Normal file
File diff suppressed because it is too large
Load Diff
1488
po/zh_CN.po
Normal file
1488
po/zh_CN.po
Normal file
File diff suppressed because it is too large
Load Diff
1485
po/zh_TW.po
Normal file
1485
po/zh_TW.po
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user