Fix check-po target of Makefile and update LINGUAS
This commit is contained in:
parent
12a899f374
commit
ac7482081e
@ -16,7 +16,7 @@ SUBDIRS = bin src po
|
||||
check-po:
|
||||
@for i in $(top_srcdir)/po/*.po ; do \
|
||||
if ! grep -q ^`basename $$i | \
|
||||
sed 's,.po,,'`$$ $(top_srcdir)/po/LINGUAS ; then \
|
||||
sed 's,.po,,'` $(top_srcdir)/po/LINGUAS ; then \
|
||||
echo '***' `basename $$i | \
|
||||
sed 's,.po,,'` missing from po/LINGUAS '***' ; \
|
||||
exit 1; \
|
||||
|
@ -39,11 +39,13 @@ dz
|
||||
el
|
||||
en
|
||||
en_GB
|
||||
en_US
|
||||
eo
|
||||
es
|
||||
et
|
||||
eu
|
||||
fa
|
||||
fa_AF
|
||||
ff
|
||||
fi
|
||||
fil
|
||||
@ -77,6 +79,7 @@ it
|
||||
ja
|
||||
jv
|
||||
ka
|
||||
kab
|
||||
kk
|
||||
km
|
||||
kn
|
||||
@ -145,6 +148,7 @@ son
|
||||
sq
|
||||
sr
|
||||
st
|
||||
su
|
||||
sv
|
||||
sw
|
||||
ta
|
||||
@ -158,6 +162,8 @@ to
|
||||
tr
|
||||
tt
|
||||
tvl
|
||||
tvll
|
||||
tyv
|
||||
tzm
|
||||
tzo
|
||||
ug
|
||||
|
Loading…
Reference in New Issue
Block a user