mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
2006-04-20 Brian Pepple <bdpepple@gmail.com> #337951. * po/LINGUAS: New file listing all supported languages. * configure.in: Use po/LINGUAS instead of including all languages directly in this file. See the wiki for more information: http://live.gnome.org/GnomeGoals/PoLinguas.
This commit is contained in:
parent
984154e011
commit
239cf4a060
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
2006-04-20 Brian Pepple <bdpepple@gmail.com>
|
||||
|
||||
#337951.
|
||||
|
||||
* po/LINGUAS: New file listing all supported languages.
|
||||
|
||||
* configure.in: Use po/LINGUAS instead of including all languages
|
||||
directly in this file. See the wiki for more information:
|
||||
http://live.gnome.org/GnomeGoals/PoLinguas.
|
||||
|
||||
2006-04-19 Thomas Andersen <phomes@gmail.com>
|
||||
|
||||
* src/window-props.c (reload_transient_for): warn and ignore if
|
||||
|
@ -18,7 +18,7 @@ GETTEXT_PACKAGE=metacity
|
||||
AC_SUBST(GETTEXT_PACKAGE)
|
||||
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE",[Name of default gettext domain])
|
||||
|
||||
AC_PROG_INTLTOOL([0.21])
|
||||
IT_PROG_INTLTOOL([0.34.90])
|
||||
AC_PROG_CC
|
||||
AC_ISC_POSIX
|
||||
AC_HEADER_STDC
|
||||
@ -155,7 +155,6 @@ AC_ARG_ENABLE(shape,
|
||||
## try definining HAVE_BACKTRACE
|
||||
AC_CHECK_HEADERS(execinfo.h, [AC_CHECK_FUNCS(backtrace)])
|
||||
|
||||
ALL_LINGUAS="am ar az be bg bn bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu he hi hr hu hy id is it ja ko ku lt lv mk ml mn ms nb ne nl nn or pa pl pt pt_BR ro ru rw sl sk sq sr sr@Latn sv ta th tk tr uk vi wa xh zh_CN zh_TW"
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
|
||||
## here we get the flags we'll actually use
|
||||
|
71
po/LINGUAS
Normal file
71
po/LINGUAS
Normal file
@ -0,0 +1,71 @@
|
||||
# please keep this list sorted alphabetically
|
||||
#
|
||||
am
|
||||
ar
|
||||
az
|
||||
be
|
||||
bg
|
||||
bn
|
||||
bs
|
||||
ca
|
||||
cs
|
||||
cy
|
||||
da
|
||||
de
|
||||
el
|
||||
en_CA
|
||||
en_GB
|
||||
es
|
||||
et
|
||||
eu
|
||||
fa
|
||||
fi
|
||||
fr
|
||||
ga
|
||||
gl
|
||||
gu
|
||||
he
|
||||
hi
|
||||
hr
|
||||
hu
|
||||
hy
|
||||
id
|
||||
is
|
||||
it
|
||||
ja
|
||||
ko
|
||||
ku
|
||||
lt
|
||||
lv
|
||||
mk
|
||||
ml
|
||||
mn
|
||||
ms
|
||||
nb
|
||||
ne
|
||||
nl
|
||||
nn
|
||||
or
|
||||
pa
|
||||
pl
|
||||
pt
|
||||
pt_BR
|
||||
ro
|
||||
ru
|
||||
rw
|
||||
sl
|
||||
sk
|
||||
sq
|
||||
sr
|
||||
sr@Latn
|
||||
sv
|
||||
ta
|
||||
th
|
||||
tk
|
||||
tr
|
||||
uk
|
||||
vi
|
||||
wa
|
||||
xh
|
||||
zh_CN
|
||||
zh_TW
|
Loading…
Reference in New Issue
Block a user