Changeset 8815

Show
Ignore:
Timestamp:
05/29/07 18:37:06 (20 months ago)
Author:
peller
Message:

Forgot to port README for CLDR. Refs #2719.

Files:
1 copied

Legend:

Unmodified
Added
Removed
  • dojo/trunk/cldr/README

    r7432 r8815  
    1 All files within this directory and subdirectories were derived from the contents of the cldr directory using the cldr ant task (see http://unicode.org/cldr) 
    2 An arbitrary subset of these files have been checked in to svn.  For the complete set, run 'ant cldr' 
     1All files within this directory were derived from the Common Locale 
     2Data Repository (see http://unicode.org/cldr)  The CLDR project is 
     3responsible for the accuracy and maintenance of this data.  A copy 
     4of this data is checked into the Dojo util project as a zip file. 
     5The XML data is transformed to the JSON-style Javascript you see 
     6under the nls/ directory.  These Javascript files include data 
     7necessary to do things like format and parse dates, numbers, and 
     8currencies in different locales to consider cultural differences. 
     9They are used by other modules in core Dojo such as dojo.date, 
     10dojo.number and dojo.currency.  It usually is not necessary to use 
     11dojo.cldr directly. 
     12 
     13An arbitrary subset of locales have been checked in to dojo/cldr 
     14under svn.  To support other locales, the full set may be generated 
     15by using xslt scripts in the util/buildscripts/cldr/ ant script. 
     16Hundreds of locales are supported by the CLDR project. 
    317 
    418See terms of use: http://www.unicode.org/copyright.html#Exhibit1