diff options
| author | Patrick Seeger <pseeger@ccwn.org> | 2012-04-13 23:11:05 +0200 |
|---|---|---|
| committer | Patrick Seeger <pseeger@ccwn.org> | 2012-04-13 23:11:05 +0200 |
| commit | 341cc4dd9c53ffbfb863e026dd58549c1082c7a7 (patch) | |
| tree | 1bbbed20313bafb9b063b6b4d894fe580d8b000f /framework/i18n/data/README.txt | |
Diffstat (limited to 'framework/i18n/data/README.txt')
| -rw-r--r-- | framework/i18n/data/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/framework/i18n/data/README.txt b/framework/i18n/data/README.txt new file mode 100644 index 0000000..fd24a98 --- /dev/null +++ b/framework/i18n/data/README.txt @@ -0,0 +1,10 @@ + + CLDR v1.6 (July 2, 2008) + +This directory contains the CLDR data files in form of PHP scripts. +They are obtained by extracting the CLDR data (http://www.unicode.org/cldr/) +with the script "tools/cldr/build.php". + +Only the data relevant to date and number formatting are extracted. +Each PHP file contains an array representing the data for a particular +locale. Data inherited from parent locales are also in the array. |
