Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.11.4

Request #4271 2-Level lists and Regions
Submitted: 2005-05-03 17:01 UTC
From: jausions Assigned: stelianm
Status: Assigned Package: I18Nv2
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 41 - 6 = ?

 
 [2005-05-03 17:01 UTC] jausions
Description: ------------ Here are additional files that allow to do 2-level code support. i.e. sub-codes of a main code. I needed to do that to support regions for a country. See http://www.11abacus.com/dev/pear/I18Nv2.zip I've provided the region list for US, Canada and France in English and French. Reproduce code: --------------- // Pseudo-code $US = new I18Nv2_Country_Region('US', 'en'); $statesEN = $US->getAllCodes(); $US->setLanguage('fr'); $statesFR = $US->getAllCodes();

Comments

 [2007-04-19 00:30 UTC] dufuz (Helgi Þormar)
Pretty sure I've discussed this with you before but I'd like to have this in a seperated package since I18Nv2 pulls all the info from either the system locale or from the unicode CLDR project, that way we could keep it that way and you could maintain this in a another package where things are maintained by hand ;-) How does that sound ?
 [2010-01-15 20:34 UTC] stelianm (Stelian Mocanita)
-Assigned To: +Assigned To: stelianm