diff options
author | Jochen Topf <jochen@topf.org> | 2014-02-17 11:34:34 +0100 |
---|---|---|
committer | Jochen Topf <jochen@topf.org> | 2014-02-17 11:34:34 +0100 |
commit | 7ad1d2ab1a29ced35f0f7af03477c5d09137b3e5 (patch) | |
tree | 1e87b72adfd2aba826ce0df38ef041edb14a97d5 /sources/languages | |
parent | f5dfcb9e7710a763a501a8ae4bfa3b225807c0b2 (diff) | |
download | taginfo-7ad1d2ab1a29ced35f0f7af03477c5d09137b3e5.tar taginfo-7ad1d2ab1a29ced35f0f7af03477c5d09137b3e5.tar.gz |
Update language registry URL
Diffstat (limited to 'sources/languages')
-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" |