summaryrefslogtreecommitdiff
path: root/framework/i18n/data/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'framework/i18n/data/README.txt')
-rw-r--r--framework/i18n/data/README.txt10
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.