forked from AuroraMiddleware/gtk
Use po/LINGUAS
svn path=/trunk/; revision=20930
This commit is contained in:
parent
ed383758c6
commit
c5121d272b
@ -1,3 +1,12 @@
|
||||
2008-08-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 344383 – use po/LINGUAS
|
||||
|
||||
* po/LINGUAS: New file, to make translators happy.
|
||||
* configure.in: Use po/LINGUAS
|
||||
* po/Makefile.in.in: Add po/LINGUAS to DISTFILES
|
||||
Patch by Claude Paroz
|
||||
|
||||
2008-08-02 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gdk/gdkapplaunchcontext.c: Improve the docs
|
||||
|
@ -484,12 +484,7 @@ if test "$gtk_ok" = "yes"; then
|
||||
fi
|
||||
|
||||
# i18n stuff
|
||||
# TRANSLATORS: Please note that gtk+ has both po/ and po-properties/
|
||||
# directories. If you add a new language to ALL_LINGUAS, please make
|
||||
# sure that both po/ and po-properties/ have .po files that correspond
|
||||
# to your language. If you only add one to po/, the build will break
|
||||
# in po-properties/.
|
||||
ALL_LINGUAS="af am ang ar as az az_IR be be@latin bg bn bn_IN br bs ca ca@valencia cs cy da de dz el en_CA en_GB eo es et eu fa fi fr ga gl gu he hi hr hu hy ia id io is it ja ka kn ko ku li lt lv mi mk ml mn mr ms nb ne nl nn nso oc or pa pl ps pt pt_BR ro ru rw si sk sl sq sr sr@Latn sr@ije sv ta te th tk tr tt uk ur uz uz@cyrillic vi wa xh yi zh_CN zh_HK zh_TW"
|
||||
ALL_LINGUAS="`grep -v '^#' "$srcdir/po/LINGUAS" | tr '\n' ' '`"
|
||||
AM_GLIB_GNU_GETTEXT
|
||||
LIBS="$LIBS $INTLLIBS"
|
||||
AC_OUTPUT_COMMANDS([case "$CONFIG_FILES" in *po-properties/Makefile.in*)
|
||||
|
104
po/LINGUAS
Normal file
104
po/LINGUAS
Normal file
@ -0,0 +1,104 @@
|
||||
# TRANSLATORS: Please note that gtk+ has both po/ and po-properties/
|
||||
# directories. If you add a new language in this file, please make
|
||||
# sure that both po/ and po-properties/ have .po files that correspond
|
||||
# to your language. If you only add one to po/, the build will break
|
||||
# in po-properties/.
|
||||
# Please keep this list sorted alphabetically.
|
||||
#
|
||||
af
|
||||
am
|
||||
ang
|
||||
ar
|
||||
as
|
||||
az
|
||||
az_IR
|
||||
be
|
||||
be@latin
|
||||
bg
|
||||
bn
|
||||
bn_IN
|
||||
br
|
||||
bs
|
||||
ca
|
||||
ca@valencia
|
||||
cs
|
||||
cy
|
||||
da
|
||||
de
|
||||
dz
|
||||
el
|
||||
en_CA
|
||||
en_GB
|
||||
eo
|
||||
es
|
||||
et
|
||||
eu
|
||||
fa
|
||||
fi
|
||||
fr
|
||||
ga
|
||||
gl
|
||||
gu
|
||||
he
|
||||
hi
|
||||
hr
|
||||
hu
|
||||
hy
|
||||
ia
|
||||
id
|
||||
io
|
||||
is
|
||||
it
|
||||
ja
|
||||
ka
|
||||
kn
|
||||
ko
|
||||
ku
|
||||
li
|
||||
lt
|
||||
lv
|
||||
mi
|
||||
mk
|
||||
ml
|
||||
mn
|
||||
mr
|
||||
ms
|
||||
nb
|
||||
ne
|
||||
nl
|
||||
nn
|
||||
nso
|
||||
oc
|
||||
or
|
||||
pa
|
||||
pl
|
||||
ps
|
||||
pt
|
||||
pt_BR
|
||||
ro
|
||||
ru
|
||||
rw
|
||||
si
|
||||
sk
|
||||
sl
|
||||
sq
|
||||
sr
|
||||
sr@Latn
|
||||
sr@ije
|
||||
sv
|
||||
ta
|
||||
te
|
||||
th
|
||||
tk
|
||||
tr
|
||||
tt
|
||||
uk
|
||||
ur
|
||||
uz
|
||||
uz@cyrillic
|
||||
vi
|
||||
wa
|
||||
xh
|
||||
yi
|
||||
zh_CN
|
||||
zh_HK
|
@ -54,7 +54,7 @@ COMPILE = $(CC) -c $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) $(XCFLAGS)
|
||||
SOURCES =
|
||||
POFILES = @POFILES@
|
||||
GMOFILES = @GMOFILES@
|
||||
DISTFILES = ChangeLog Makefile.in.in POTFILES.in POTFILES.skip $(GETTEXT_PACKAGE).pot \
|
||||
DISTFILES = LINGUAS ChangeLog Makefile.in.in POTFILES.in POTFILES.skip $(GETTEXT_PACKAGE).pot \
|
||||
$(POFILES) $(GMOFILES) $(SOURCES)
|
||||
|
||||
POTFILES = \
|
||||
|
Loading…
Reference in New Issue
Block a user