diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-06-18 20:01:05 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-06-18 20:01:05 +0200 |
| commit | 2a72a32d849e0696aec7f90f4fd670fd864aea93 (patch) | |
| tree | aa58cc6a0b5383037d5cec235299b968092397f8 | |
| parent | 2932ce58d36f3fdff7efb87ec409a26edafad23d (diff) | |
Remove count at start of language files that wasn't being read.
| -rwxr-xr-x | scripts/update-language-subtags | 1 | ||||
| -rw-r--r-- | tags/extlang | 1 | ||||
| -rw-r--r-- | tags/language | 1 | ||||
| -rw-r--r-- | tags/region | 1 | ||||
| -rw-r--r-- | tags/script | 1 | ||||
| -rw-r--r-- | tags/variant | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/scripts/update-language-subtags b/scripts/update-language-subtags index 20db5219..eb5d01e8 100755 --- a/scripts/update-language-subtags +++ b/scripts/update-language-subtags @@ -34,7 +34,6 @@ with urllib.request.urlopen('https://www.iana.org/assignments/language-subtag-re for k, v in lists.items(): with open(os.path.join('tags', k), 'w') as f: - print(len(v), file=f) for e in v: print(e[0], file=f) print(e[1], file=f) diff --git a/tags/extlang b/tags/extlang index ba446a79..2026b686 100644 --- a/tags/extlang +++ b/tags/extlang @@ -1,4 +1,3 @@ -245 aao Algerian Saharan Arabic abh diff --git a/tags/language b/tags/language index 2a67c182..9bff13c4 100644 --- a/tags/language +++ b/tags/language @@ -1,4 +1,3 @@ -8213 aa Afar ab diff --git a/tags/region b/tags/region index 532b9954..79243b73 100644 --- a/tags/region +++ b/tags/region @@ -1,4 +1,3 @@ -304 AA Private use AC diff --git a/tags/script b/tags/script index 5b0c7bdc..b1f33a88 100644 --- a/tags/script +++ b/tags/script @@ -1,4 +1,3 @@ -209 Adlm Adlam Afak diff --git a/tags/variant b/tags/variant index bd11ceea..5e9646a6 100644 --- a/tags/variant +++ b/tags/variant @@ -1,4 +1,3 @@ -106 1606nict Late Middle French (to 1606) 1694acad |
