Update jquery.uls.data with latest language-data

*  Add proper BCP 47 names for various languages by cscott
This commit is contained in:
Santhosh Thottingal
2019-01-18 15:31:08 +05:30
committed by Niklas Laxström
parent fa7f629ba2
commit 4ba3b6b1bc

View File

@@ -551,13 +551,16 @@ module.exports=( function ( $ ) {
], ],
"Kaqchikel" "Kaqchikel"
], ],
"cbk-zam": [ "cbk": [
"Latn", "Latn",
[ [
"AS" "AS"
], ],
"Chavacano de Zamboanga" "Chavacano de Zamboanga"
], ],
"cbk-zam": [
"cbk"
],
"cdo": [ "cdo": [
"Latn", "Latn",
[ [
@@ -792,6 +795,9 @@ module.exports=( function ( $ ) {
"Schweizer Hochdeutsch" "Schweizer Hochdeutsch"
], ],
"de-formal": [ "de-formal": [
"de-x-formal"
],
"de-x-formal": [
"Latn", "Latn",
[ [
"EU" "EU"
@@ -906,6 +912,13 @@ module.exports=( function ( $ ) {
], ],
"British English" "British English"
], ],
"en-simple": [
"Latn",
[
"WW"
],
"Simple English"
],
"en": [ "en": [
"Latn", "Latn",
[ [
@@ -934,6 +947,9 @@ module.exports=( function ( $ ) {
"español de América Latina" "español de América Latina"
], ],
"es-formal": [ "es-formal": [
"es-x-formal"
],
"es-x-formal": [
"Latn", "Latn",
[ [
"EU", "EU",
@@ -1462,6 +1478,9 @@ module.exports=( function ( $ ) {
"Kreyòl ayisyen" "Kreyòl ayisyen"
], ],
"hu-formal": [ "hu-formal": [
"hu-x-formal"
],
"hu-x-formal": [
"Latn", "Latn",
[ [
"EU" "EU"
@@ -1647,6 +1666,13 @@ module.exports=( function ( $ ) {
], ],
"ꦧꦱꦗꦮ" "ꦧꦱꦗꦮ"
], ],
"jv-x-bms": [
"Latn",
[
"AS"
],
"Basa Banyumasan"
],
"ka": [ "ka": [
"Geor", "Geor",
[ [
@@ -2195,11 +2221,7 @@ module.exports=( function ( $ ) {
"मैथिली" "मैथिली"
], ],
"map-bms": [ "map-bms": [
"Latn", "jv-x-bms"
[
"AS"
],
"Basa Banyumasan"
], ],
"mdf": [ "mdf": [
"Cyrl", "Cyrl",
@@ -2308,11 +2330,7 @@ module.exports=( function ( $ ) {
"ဘာသာ မန်" "ဘာသာ မန်"
], ],
"mo": [ "mo": [
"Cyrl", "ro-cyrl-md"
[
"EU"
],
"молдовеняскэ"
], ],
"moe": [ "moe": [
"Latn", "Latn",
@@ -2438,6 +2456,13 @@ module.exports=( function ( $ ) {
], ],
"Napulitano" "Napulitano"
], ],
"nap-x-tara": [
"Latn",
[
"EU"
],
"tarandíne"
],
"nb": [ "nb": [
"Latn", "Latn",
[ [
@@ -2502,6 +2527,9 @@ module.exports=( function ( $ ) {
"Ao" "Ao"
], ],
"nl-informal": [ "nl-informal": [
"nl-x-informal"
],
"nl-x-informal": [
"Latn", "Latn",
[ [
"EU", "EU",
@@ -2559,13 +2587,16 @@ module.exports=( function ( $ ) {
], ],
"isiNdebele seSewula" "isiNdebele seSewula"
], ],
"nrm": [ "nrf": [
"Latn", "Latn",
[ [
"EU" "EU"
], ],
"Nouormand" "Nouormand"
], ],
"nrm": [
"nrf"
],
"nso": [ "nso": [
"Latn", "Latn",
[ [
@@ -2938,15 +2969,18 @@ module.exports=( function ( $ ) {
], ],
"română" "română"
], ],
"ro-cyrl-md": [
"Cyrl",
[
"EU"
],
"молдовеняскэ"
],
"roa-rup": [ "roa-rup": [
"rup" "rup"
], ],
"roa-tara": [ "roa-tara": [
"Latn", "nap-x-tara"
[
"EU"
],
"tarandíne"
], ],
"rtm": [ "rtm": [
"Latn", "Latn",
@@ -3175,11 +3209,7 @@ module.exports=( function ( $ ) {
"සිංහල" "සිංහල"
], ],
"simple": [ "simple": [
"Latn", "en-simple"
[
"WW"
],
"Simple English"
], ],
"sjd": [ "sjd": [
"Cyrl", "Cyrl",
@@ -3954,12 +3984,29 @@ module.exports=( function ( $ ) {
"lzh" "lzh"
], ],
"zh-cn": [ "zh-cn": [
"zh-hans-cn"
],
"zh-hans-cn": [
"Hans", "Hans",
[ [
"AS" "AS"
], ],
"中文(中国大陆)" "中文(中国大陆)"
], ],
"zh-hans-my": [
"Hans",
[
"AS"
],
"中文(马来西亚)"
],
"zh-hans-sg": [
"Hans",
[
"AS"
],
"中文(新加坡)"
],
"zh-hans": [ "zh-hans": [
"Hans", "Hans",
[ [
@@ -3967,6 +4014,27 @@ module.exports=( function ( $ ) {
], ],
"中文(简体)" "中文(简体)"
], ],
"zh-hant-hk": [
"Hant",
[
"AS"
],
"中文(香港)"
],
"zh-hant-mo": [
"Hant",
[
"AS"
],
"中文(澳門)"
],
"zh-hant-tw": [
"Hant",
[
"AS"
],
"中文(台灣)"
],
"zh-hant": [ "zh-hant": [
"Hant", "Hant",
[ [
@@ -3975,42 +4043,22 @@ module.exports=( function ( $ ) {
"中文(繁體)" "中文(繁體)"
], ],
"zh-hk": [ "zh-hk": [
"Hant", "zh-hant-hk"
[
"AS"
],
"中文(香港)"
], ],
"zh-min-nan": [ "zh-min-nan": [
"nan" "nan"
], ],
"zh-mo": [ "zh-mo": [
"Hant", "zh-hant-mo"
[
"AS"
],
"中文(澳門)"
], ],
"zh-my": [ "zh-my": [
"Hans", "zh-hans-my"
[
"AS"
],
"中文(马来西亚)"
], ],
"zh-sg": [ "zh-sg": [
"Hans", "zh-hans-sg"
[
"AS"
],
"中文(新加坡)"
], ],
"zh-tw": [ "zh-tw": [
"Hant", "zh-hant-tw"
[
"AS"
],
"中文(台灣)"
], ],
"zh-yue": [ "zh-yue": [
"yue" "yue"