]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- added yi locale dir, ml to be added in the future
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 8 May 2003 11:12:16 +0000 (11:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc.spec -> 1.296

glibc.spec

index 7e3015b3187725735819bf14ce6afc463b71396c..4faf10f2b8919084e6d7f4073e47762298c481e7 100644 (file)
@@ -610,12 +610,12 @@ for i in $RPM_BUILD_ROOT%{_datadir}/locale/* $RPM_BUILD_ROOT%{_libdir}/locale/*
        fi
 done
 # XXX: to be added when become supported by glibc
-# am,bn (present in sources, but incomplete and disabled) (used by GNOME)
+# am,bn,ml (present in sources, but incomplete and disabled) (used by GNOME)
 # kn,mn,ia (used by GNOME)
 # nso,ss,ven,xh,zu (used by KDE)
 for i in af ar az be bg br bs cy de_AT el en eo es_AR et eu fa fi ga gr he hi \
         hr hu id is ja_JP.SJIS ka lg lt lv mk ms mt nn pt ro ru se sl sq sr \
-        sr@cyrillic ta tg th uk uz vi wa zh_CN ; do
+        sr@cyrillic ta tg th uk uz vi wa yi zh_CN ; do
        if [ ! -d $RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES ]; then
                install -d $RPM_BUILD_ROOT%{_datadir}/locale/$i/LC_MESSAGES
                lang=`echo $i | sed -e 's/_.*//'`
This page took 0.03485 seconds and 4 git commands to generate.