Add a redirect from chm to mhr

CLDR uses chm instead of mhr, so for practical purposes
it should be a redirect, until https://phabricator.wikimedia.org/T136164
is resolved.
This commit is contained in:
Amire80
2016-07-19 15:32:47 +03:00
parent 3a6727aa94
commit 9c8f9fcf77
3 changed files with 12 additions and 1 deletions

View File

@@ -538,6 +538,9 @@
],
"Chamoru"
],
"chm": [
"mhr"
],
"cho": [
"Latn",
[
@@ -4890,6 +4893,7 @@
"ce",
"av",
"udm",
"mhr",
"sah",
"os",
"kbd",

View File

@@ -86,6 +86,13 @@ languages:
ce: [Cyrl, [EU], нохчийн]
ceb: [Latn, [AS], Cebuano]
ch: [Latn, [PA], Chamoru]
# FIXME chm is actually a macro language that includes
# mhr and mrj, but CLDR Territory-Language information
# uses chm instead of mhr, so for practical reasons
# it should redirect there.
# A better fix would be this:
# https://phabricator.wikimedia.org/T136164
chm: [mhr]
cho: [Latn, [AM], Choctaw]
chr: [Cher, [AM], ᏣᎳᎩ]
chy: [Latn, [AM], Tsetsêhestâhese]

File diff suppressed because one or more lines are too long