diff options
author | Wim Muskee <wimmuskee@gmail.com> | 2012-12-02 15:02:44 +0100 |
---|---|---|
committer | Wim Muskee <wimmuskee@gmail.com> | 2012-12-02 15:02:44 +0100 |
commit | ffcb6107233561b46da8cde760f7cee6947fe2bb (patch) | |
tree | e31604a852fa433f6da45f5eda43fe1ee8e21c58 | |
parent | v0.5.3.3: import from current ebuild (diff) | |
download | localepurge-ffcb6107233561b46da8cde760f7cee6947fe2bb.tar.gz localepurge-ffcb6107233561b46da8cde760f7cee6947fe2bb.tar.bz2 localepurge-ffcb6107233561b46da8cde760f7cee6947fe2bb.zip |
updated defaultlist and localedirs
-rw-r--r-- | defaultlist | 28 | ||||
-rwxr-xr-x | localepurge | 4 |
2 files changed, 29 insertions, 3 deletions
diff --git a/defaultlist b/defaultlist index 99ed1a5..59c5d3f 100644 --- a/defaultlist +++ b/defaultlist @@ -24,10 +24,12 @@ ar_SY ar_TN ar_YE as +ast az az_AZ az_IR be +be@latin be_BY bg bg_BG @@ -39,12 +41,18 @@ bs bs_BA byn ca +ca@valencia ca_ES ca_ES@euro +ca_ES@valencia +chs +cht +crh cs cs_CZ cy cy_GB +cz da da_DK de @@ -58,7 +66,9 @@ de_DE.UTF-8 de_DE@euro de_LU de_LU@euro +dk dv +dz el el_GR el_GR.UTF-8 @@ -67,6 +77,7 @@ en en@IPA en@boldquot en@quot +en@shaw en_AU en_BW en_CA @@ -97,8 +108,8 @@ es_CR es_DO es_EC es_ES -es_ES@euro es_ES.UTF-8 +es_ES@euro es_GT es_HN es_MX @@ -134,6 +145,8 @@ fr_FR.UTF-8 fr_FR@euro fr_LU fr_LU@euro +fur +fy ga ga_IE ga_IE@euro @@ -182,6 +195,8 @@ ka_GE kk kl kl_GL +km +km_KH kn ko ko_KR @@ -192,11 +207,17 @@ ku kw kw_GB ky +la +lg li +lo lt lt_LT lv lv_LV +mai +mg +mhr mi mi_NZ mk @@ -210,9 +231,11 @@ ms ms_MY mt mt_MT +my my_MM nb nb_NO +nds ne nl nl_BE @@ -247,6 +270,7 @@ ru_RU.UTF-8 ru_UA rw sa +si sid sk sk_SK @@ -259,6 +283,8 @@ sq_AL sr sr@Latn sr@ije +sr@latin +sr_RS sr_YU sr_YU@cyrillic sv diff --git a/localepurge b/localepurge index 4b3f897..9711839 100755 --- a/localepurge +++ b/localepurge @@ -5,11 +5,11 @@ set -e -LOCALEDIRS="/usr/share/locale /usr/local/share/locale /usr/kde/?.?/share/locale /opt/sun-jdk-*/jre/lib/locale /opt/sun-jre-bin-*/lib/locale /usr/lib/locale" +LOCALEDIRS="/usr/share/locale /usr/local/share/locale /usr/kde/?.?/share/locale /opt/sun-jdk-*/jre/lib/locale /opt/sun-jre-bin-*/lib/locale /usr/lib/locale /usr/share/binutils-data/*/*/locale /usr/share/gcc-data/*/*/locale" MANPAGEDIRS="/usr/share/man /usr/man /usr/local/share/man /usr/kde/?.?/share/man /usr/kde/?.?/man /opt/sun-jdk-*/man /opt/sun-jre-bin-*/man" LOCALELIST="/var/cache/localepurge/localelist" CONFIGFILE="/etc/locale.nopurge" -VERSION="0.5.3.2" +VERSION="0.5.3.3" LOCALETOTAL=0 MANTOTAL=0 |