diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 07:34:09 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-27 07:34:09 +0000 |
commit | 22524422dc1cbfa36e56b08962068b3b4fac48f6 (patch) | |
tree | 291a7b3e9188c1698b1129f0d1686e5d5ca86b09 /perl-install/install | |
parent | a043aa6a818de13d28caf7426812151152064290 (diff) | |
download | drakx-22524422dc1cbfa36e56b08962068b3b4fac48f6.tar drakx-22524422dc1cbfa36e56b08962068b3b4fac48f6.tar.gz drakx-22524422dc1cbfa36e56b08962068b3b4fac48f6.tar.bz2 drakx-22524422dc1cbfa36e56b08962068b3b4fac48f6.tar.xz drakx-22524422dc1cbfa36e56b08962068b3b4fac48f6.zip |
- localedrake:
o allow to choose countries like "Angola" which have no locale (pt_AO) in
the "best" countries (alas it won't be remembered, will only be used in
kde settings for now)
- a solution could be to put pt_AO in LANGUAGE?
- another solution would be to really use LC_*=pt_AO, it should not be an issue
since it will use pt which really is pt_PT
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index b129123a7..5b916f6a7 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,7 @@ +- allow to choose countries like "Angola" which have no locale (en_AO) in the + "best" countries (alas it won't be remembered, will only be used in kde + settings for now) + Version 10.4.215 - 26 September 2007, by Thierry Vignaud - display nicer HTML release notes rather than raw text version |