6.0.0-beta1
9/11/25

[#5479] Add "de_AT" and "at" as alias for "de_DE"
Summary Add "de_AT" and "at" as alias for "de_DE"
Queue Horde Base
Queue Version HEAD
Type Enhancement
State Rejected
Priority 1. Low
Owners
Requester adrieder (at) sbox (dot) tugraz (dot) at
Created 06/19/2007 (6659 days ago)
Due
Updated 06/20/2007 (6658 days ago)
Assigned
Resolved 06/19/2007 (6659 days ago)
Milestone
Patch No

History
06/20/2007 09:50:24 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #5 Reply to this comment
Ok, thank you very much for the explanation, I got it now and found a 
Solaris related gettext problem.

I guess it was already late yesterday :-(


06/20/2007 07:31:06 AM Jan Schneider Comment #4 Reply to this comment
de_AT is already matched to de_DE and at is not a valid language code.
hmm, sorry for my ignorance.. now I'm getting a bit confused and I'm
not sure what you mean by "not valid":
"at" is not a valid locale name, so we don't need an alias for that.

[Show Quoted Text - 13 lines]
Your patch didn't enable de_AT as a possible locale, but made de_AT an 
alias to de_DE. Thus it's completely irrelevant if you have de_AT 
locales installed on your system, you need to have the de_DE locales 
installed. But then again, this alias wasn't necessary because de_AT 
is already automatically set as an alias to de_DE in the locale 
selection code.


06/19/2007 11:53:53 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #3 Reply to this comment
de_AT is already matched to de_DE and at is not a valid language code.
hmm, sorry for my ignorance.. now I'm getting a bit confused and I'm 
not sure what you mean by "not valid":

[didi@gollum ~]$ locale -a | grep de_AT

de_AT

de_AT@euro

de_AT.iso88591

de_AT.iso885915@euro

de_AT.utf8



I can set it as preferred language in almost any browser/OS, and at 
least at our installation without this alias the Umlauts are not 
getting displayed correctly in an automated manner, if someone has set 
the browser locale to de_AT.



Could you please put some light onto it? Thanks.


06/19/2007 04:33:52 PM Jan Schneider Comment #2
State ⇒ Rejected
Reply to this comment
de_AT is already matched to de_DE and at is not a valid language code.
06/19/2007 02:12:32 PM adrieder (at) sbox (dot) tugraz (dot) at Comment #1
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Add "de_AT" and "at" as alias for "de_DE"
Queue ⇒ Horde Base
State ⇒ New
Reply to this comment
--- nls.php.dist        Thu Nov 30 12:10:50 2006

+++ nls.php     Tue Jun 19 11:00:46 2007

@@ -71,6 +71,8 @@

   **/



  $nls['aliases']['ar'] = 'ar_SY';

+$nls['aliases']['de_AT'] = 'de_DE';

+$nls['aliases']['at'] = 'de_DE';

  $nls['aliases']['bg'] = 'bg_BG';

  $nls['aliases']['bs'] = 'bs_BA';

  $nls['aliases']['ca'] = 'ca_ES';


Saved Queries