summaryrefslogtreecommitdiff
path: root/sources/languages
diff options
context:
space:
mode:
authorJochen Topf <jochen@topf.org>2014-02-17 11:34:34 +0100
committerJochen Topf <jochen@topf.org>2014-02-17 11:34:34 +0100
commit7ad1d2ab1a29ced35f0f7af03477c5d09137b3e5 (patch)
tree1e87b72adfd2aba826ce0df38ef041edb14a97d5 /sources/languages
parentf5dfcb9e7710a763a501a8ae4bfa3b225807c0b2 (diff)
downloadtaginfo-7ad1d2ab1a29ced35f0f7af03477c5d09137b3e5.tar
taginfo-7ad1d2ab1a29ced35f0f7af03477c5d09137b3e5.tar.gz
Update language registry URL
Diffstat (limited to 'sources/languages')
-rwxr-xr-xsources/languages/update.sh2
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"