Index: trunk/extensions/cldr/Makefile |
— | — | @@ -1,6 +1,6 @@ |
2 | 2 | .PHONY: help all clean |
3 | 3 | |
4 | | -CORE=http://unicode.org/Public/cldr/1.5.0/core.zip |
| 4 | +CORE=http://www.unicode.org/Public/cldr/1.7.0/core.zip |
5 | 5 | |
6 | 6 | help: |
7 | 7 | @echo "'make all' to download CLDR data and rebuild files." |
Index: trunk/extensions/cldr/README |
— | — | @@ -8,9 +8,9 @@ |
9 | 9 | == Updating data == |
10 | 10 | |
11 | 11 | Download newest data from CLDR site: |
12 | | - http://unicode.org/cldr/repository_access.html |
| 12 | + http://www.unicode.org/cldr/repository_access.html |
13 | 13 | |
14 | 14 | Example: |
15 | | - wget http://unicode.org/Public/cldr/1.5.0/core.zip |
| 15 | + wget http://www.unicode.org/Public/cldr/1.7.0/core.zip |
16 | 16 | unzip core.zip -d core |
17 | | - php rebuild.php |
\ No newline at end of file |
| 17 | + php rebuild.php |