> I'll will try to summarize how languagechooser would be like with Below is, for each currently supported language, the number of countries for which at least one valid locale exists in this language.
magic command line: for i in `cat languagelist|grep -v "^#"| cut -f2 -d\;| cut -f1 -d_|sort|uniq` ; do echo -n $i : ; egrep "^$i" /usr/share/i18n/SUPPORTED | cut -b 1-5| sort|uniq|wc -l ; done ) >list ar :18 bg :1 bs :1 ca :1 cs :1 da :1 de :5 el :1 en :14 eo :0 es :20 fi :1 fr :5 ga :1 gl :1 he :1 hu :1 it :2 ja :1 ko :1 lt :1 lv :1 nl :2 nn :1 no :1 pl :1 pt :2 ru :2 se :1 sk :1 sl :1 sq :1 sv :2 tr :1 zh :3 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

