[Bb-trac] Re: [bbPress] #1102: make installation select automatically the defualt language

bbPress bb-trac at lists.bbpress.org
Fri Jun 12 08:33:53 GMT 2009


#1102: make installation select automatically the defualt language
-------------------------+--------------------------------------------------
 Reporter:  mark-k       |        Owner:     
     Type:  enhancement  |       Status:  new
 Priority:  normal       |    Milestone:  1.0
Component:  i18n/l10n    |      Version:     
 Severity:  normal       |   Resolution:     
 Keywords:               |  
-------------------------+--------------------------------------------------
Changes (by sambauers):

  * milestone:  => 1.0

Comment:

 I don't really want to do this, but I'd be willing to keep a list of hard
 coded translations of each language name for the language dropdown to
 refer to.

 This would make it easier to pick the right language at least.

 Something like...

 {{{
 array(
     'ca_ES' => 'Català - Espanya',
     'en_AU' => 'English - Australia',
     'en_UK' => 'English - United Kingdom',
     'en_US' => 'English - United States',
     'es_AR' => 'Español - Argentina',
     'es_ES' => 'Español - España',
     ...etc.
 );
 }}}

 We could probably just put in known translations and add to it on demand.
 Although I think a comprehensive library would be helpful generally. Maybe
 something for GlotPress.

-- 
Ticket URL: <http://trac.bbpress.org/ticket/1102#comment:1>
bbPress <http://bbpress.org/>
Innovative forum development


More information about the Bb-trac mailing list