diff options
Diffstat (limited to 'sources')
-rwxr-xr-x | sources/languages/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/languages/update.sh b/sources/languages/update.sh index e963d34..adcd965 100755 --- a/sources/languages/update.sh +++ b/sources/languages/update.sh @@ -8,7 +8,7 @@ set -e DIR=$1 -REGISTRY_URL="http://www.iana.org/assignments/language-subtag-registry" +REGISTRY_URL="http://www.iana.org/assignments/language-subtag-registry/language-subtag-registry" REGISTRY_FILE="$DIR/language-subtag-registry" CLDR_URL="http://unicode.org/Public/cldr/latest/core.zip" CLDR_FILE="$DIR/cldr-core.zip" |