mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Make several data external instead of bundled:
Also dist/data/* contains minified files now
These are now external and will fetch as needed:
-export { dataAddressFormats } from './address-formats.json';
-export { dataDeprecated } from './deprecated.json';
-export { dataDiscarded } from './discarded.json';
-export { dataLanguages } from './languages.json';
-export { dataPhoneFormats } from './phone-formats.json';
-export { dataShortcuts } from './shortcuts.json';
-export { dataTerritoryLanguages } from './territory-languages.json';
This commit is contained in:
@@ -1,184 +0,0 @@
|
||||
{
|
||||
"dataAddressFormats": [
|
||||
{
|
||||
"format": [
|
||||
["housenumber", "street"],
|
||||
["city", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["au"],
|
||||
"format": [
|
||||
["unit","housenumber", "street"],
|
||||
["suburb", "state", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["gb"],
|
||||
"format": [
|
||||
["housename"],
|
||||
["housenumber", "street"],
|
||||
["city", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["ie"],
|
||||
"format": [
|
||||
["housename"],
|
||||
["housenumber", "street"],
|
||||
["city"],
|
||||
["postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["at", "ch", "de", "si", "pl"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["postcode", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": [
|
||||
"ad", "ba", "be", "cz", "dk", "es", "fi", "gr", "hr", "is",
|
||||
"it", "li", "nl", "no", "pt", "se", "sk", "sm", "va"
|
||||
],
|
||||
"format": [
|
||||
["street", "housenumber", "unit"],
|
||||
["postcode", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["fr", "lu", "mo"],
|
||||
"format": [
|
||||
["housenumber", "street"],
|
||||
["postcode", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["br"],
|
||||
"format": [
|
||||
["street"],
|
||||
["housenumber", "suburb"],
|
||||
["city", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["vn"],
|
||||
"format": [
|
||||
["housenumber", "street"],
|
||||
["subdistrict"],
|
||||
["district"],
|
||||
["city"],
|
||||
["province", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["ca"],
|
||||
"format": [
|
||||
["housenumber", "street", "unit"],
|
||||
["city", "province", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["us"],
|
||||
"format": [
|
||||
["housenumber", "street", "unit"],
|
||||
["city", "state", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["tw"],
|
||||
"format": [
|
||||
["postcode", "city", "district"],
|
||||
["place", "street"],
|
||||
["housenumber", "floor", "unit"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["jp"],
|
||||
"format": [
|
||||
["postcode", "province", "county"],
|
||||
["city", "suburb"],
|
||||
["quarter", "neighbourhood"],
|
||||
["block_number", "housenumber"]
|
||||
],
|
||||
"dropdowns": [
|
||||
"postcode", "province", "county", "city", "suburb",
|
||||
"quarter", "neighbourhood", "block_number"
|
||||
],
|
||||
"widths": {
|
||||
"postcode": 0.3,
|
||||
"province": 0.35,
|
||||
"county": 0.35,
|
||||
"city": 0.65,
|
||||
"suburb": 0.35,
|
||||
"quarter": 0.5,
|
||||
"neighbourhood": 0.5,
|
||||
"block_number": 0.5,
|
||||
"housenumber": 0.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"countryCodes": ["tr"],
|
||||
"format": [
|
||||
["neighbourhood"],
|
||||
["street", "housenumber"],
|
||||
["postcode", "district", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["ua"],
|
||||
"format": [
|
||||
["housenumber", "postcode"],
|
||||
["street"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["cn"],
|
||||
"format": [
|
||||
["postcode", "province"],
|
||||
["city", "district"],
|
||||
["street", "housenumber"]
|
||||
],
|
||||
"widths": {
|
||||
"postcode": 0.3,
|
||||
"province": 0.7,
|
||||
"city": 0.5,
|
||||
"district": 0.5,
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3
|
||||
}
|
||||
},
|
||||
{
|
||||
"countryCodes": ["bo"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["neighbourhood", "city"]
|
||||
],
|
||||
"widths": {
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3,
|
||||
"neighbourhood": 0.5,
|
||||
"city": 0.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"countryCodes": ["pe"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["neighbourhood"],
|
||||
["city", "state", "postcode"]
|
||||
],
|
||||
"dropdowns": [
|
||||
"street", "neighbourhood", "city", "state", "postcode"
|
||||
],
|
||||
"widths": {
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3,
|
||||
"city": 0.4,
|
||||
"state": 0.4,
|
||||
"postcode": 0.2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,182 @@
|
||||
[
|
||||
{
|
||||
"format": [
|
||||
["housenumber", "street"],
|
||||
["city", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["au"],
|
||||
"format": [
|
||||
["unit","housenumber", "street"],
|
||||
["suburb", "state", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["gb"],
|
||||
"format": [
|
||||
["housename"],
|
||||
["housenumber", "street"],
|
||||
["city", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["ie"],
|
||||
"format": [
|
||||
["housename"],
|
||||
["housenumber", "street"],
|
||||
["city"],
|
||||
["postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["at", "ch", "de", "si", "pl"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["postcode", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": [
|
||||
"ad", "ba", "be", "cz", "dk", "es", "fi", "gr", "hr", "is",
|
||||
"it", "li", "nl", "no", "pt", "se", "sk", "sm", "va"
|
||||
],
|
||||
"format": [
|
||||
["street", "housenumber", "unit"],
|
||||
["postcode", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["fr", "lu", "mo"],
|
||||
"format": [
|
||||
["housenumber", "street"],
|
||||
["postcode", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["br"],
|
||||
"format": [
|
||||
["street"],
|
||||
["housenumber", "suburb"],
|
||||
["city", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["vn"],
|
||||
"format": [
|
||||
["housenumber", "street"],
|
||||
["subdistrict"],
|
||||
["district"],
|
||||
["city"],
|
||||
["province", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["ca"],
|
||||
"format": [
|
||||
["housenumber", "street", "unit"],
|
||||
["city", "province", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["us"],
|
||||
"format": [
|
||||
["housenumber", "street", "unit"],
|
||||
["city", "state", "postcode"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["tw"],
|
||||
"format": [
|
||||
["postcode", "city", "district"],
|
||||
["place", "street"],
|
||||
["housenumber", "floor", "unit"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["jp"],
|
||||
"format": [
|
||||
["postcode", "province", "county"],
|
||||
["city", "suburb"],
|
||||
["quarter", "neighbourhood"],
|
||||
["block_number", "housenumber"]
|
||||
],
|
||||
"dropdowns": [
|
||||
"postcode", "province", "county", "city", "suburb",
|
||||
"quarter", "neighbourhood", "block_number"
|
||||
],
|
||||
"widths": {
|
||||
"postcode": 0.3,
|
||||
"province": 0.35,
|
||||
"county": 0.35,
|
||||
"city": 0.65,
|
||||
"suburb": 0.35,
|
||||
"quarter": 0.5,
|
||||
"neighbourhood": 0.5,
|
||||
"block_number": 0.5,
|
||||
"housenumber": 0.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"countryCodes": ["tr"],
|
||||
"format": [
|
||||
["neighbourhood"],
|
||||
["street", "housenumber"],
|
||||
["postcode", "district", "city"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["ua"],
|
||||
"format": [
|
||||
["housenumber", "postcode"],
|
||||
["street"]
|
||||
]
|
||||
},
|
||||
{
|
||||
"countryCodes": ["cn"],
|
||||
"format": [
|
||||
["postcode", "province"],
|
||||
["city", "district"],
|
||||
["street", "housenumber"]
|
||||
],
|
||||
"widths": {
|
||||
"postcode": 0.3,
|
||||
"province": 0.7,
|
||||
"city": 0.5,
|
||||
"district": 0.5,
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3
|
||||
}
|
||||
},
|
||||
{
|
||||
"countryCodes": ["bo"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["neighbourhood", "city"]
|
||||
],
|
||||
"widths": {
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3,
|
||||
"neighbourhood": 0.5,
|
||||
"city": 0.5
|
||||
}
|
||||
},
|
||||
{
|
||||
"countryCodes": ["pe"],
|
||||
"format": [
|
||||
["street", "housenumber"],
|
||||
["neighbourhood"],
|
||||
["city", "state", "postcode"]
|
||||
],
|
||||
"dropdowns": [
|
||||
"street", "neighbourhood", "city", "state", "postcode"
|
||||
],
|
||||
"widths": {
|
||||
"street": 0.7,
|
||||
"housenumber": 0.3,
|
||||
"city": 0.4,
|
||||
"state": 0.4,
|
||||
"postcode": 0.2
|
||||
}
|
||||
}
|
||||
]
|
||||
+1366
-1368
File diff suppressed because it is too large
Load Diff
+46
-48
@@ -1,58 +1,56 @@
|
||||
{
|
||||
"dataDiscarded": {
|
||||
"created_by": true,
|
||||
"created_by": true,
|
||||
|
||||
"odbl": true,
|
||||
"odbl:note": true,
|
||||
"odbl": true,
|
||||
"odbl:note": true,
|
||||
|
||||
"tiger:upload_uuid": true,
|
||||
"tiger:tlid": true,
|
||||
"tiger:source": true,
|
||||
"tiger:separated": true,
|
||||
"tiger:upload_uuid": true,
|
||||
"tiger:tlid": true,
|
||||
"tiger:source": true,
|
||||
"tiger:separated": true,
|
||||
|
||||
"geobase:datasetName": true,
|
||||
"geobase:uuid": true,
|
||||
"geobase:datasetName": true,
|
||||
"geobase:uuid": true,
|
||||
|
||||
"osmarender:nameDirection": true,
|
||||
"osmarender:renderName": true,
|
||||
"osmarender:renderRef": true,
|
||||
"osmarender:rendernames": true,
|
||||
"osmarender:nameDirection": true,
|
||||
"osmarender:renderName": true,
|
||||
"osmarender:renderRef": true,
|
||||
"osmarender:rendernames": true,
|
||||
|
||||
"sub_sea:type": true,
|
||||
"sub_sea:type": true,
|
||||
|
||||
"KSJ2:ADS": true,
|
||||
"KSJ2:ARE": true,
|
||||
"KSJ2:AdminArea": true,
|
||||
"KSJ2:COP_label": true,
|
||||
"KSJ2:DFD": true,
|
||||
"KSJ2:INT": true,
|
||||
"KSJ2:INT_label": true,
|
||||
"KSJ2:LOC": true,
|
||||
"KSJ2:LPN": true,
|
||||
"KSJ2:OPC": true,
|
||||
"KSJ2:PubFacAdmin": true,
|
||||
"KSJ2:RAC": true,
|
||||
"KSJ2:RAC_label": true,
|
||||
"KSJ2:RIC": true,
|
||||
"KSJ2:RIN": true,
|
||||
"KSJ2:WSC": true,
|
||||
"KSJ2:coordinate": true,
|
||||
"KSJ2:curve_id": true,
|
||||
"KSJ2:curve_type": true,
|
||||
"KSJ2:filename": true,
|
||||
"KSJ2:lake_id": true,
|
||||
"KSJ2:lat": true,
|
||||
"KSJ2:long": true,
|
||||
"KSJ2:river_id": true,
|
||||
"KSJ2:ADS": true,
|
||||
"KSJ2:ARE": true,
|
||||
"KSJ2:AdminArea": true,
|
||||
"KSJ2:COP_label": true,
|
||||
"KSJ2:DFD": true,
|
||||
"KSJ2:INT": true,
|
||||
"KSJ2:INT_label": true,
|
||||
"KSJ2:LOC": true,
|
||||
"KSJ2:LPN": true,
|
||||
"KSJ2:OPC": true,
|
||||
"KSJ2:PubFacAdmin": true,
|
||||
"KSJ2:RAC": true,
|
||||
"KSJ2:RAC_label": true,
|
||||
"KSJ2:RIC": true,
|
||||
"KSJ2:RIN": true,
|
||||
"KSJ2:WSC": true,
|
||||
"KSJ2:coordinate": true,
|
||||
"KSJ2:curve_id": true,
|
||||
"KSJ2:curve_type": true,
|
||||
"KSJ2:filename": true,
|
||||
"KSJ2:lake_id": true,
|
||||
"KSJ2:lat": true,
|
||||
"KSJ2:long": true,
|
||||
"KSJ2:river_id": true,
|
||||
|
||||
"SK53_bulk:load": true,
|
||||
"SK53_bulk:load": true,
|
||||
|
||||
"yh:LINE_NAME": true,
|
||||
"yh:LINE_NUM": true,
|
||||
"yh:STRUCTURE": true,
|
||||
"yh:TOTYUMONO": true,
|
||||
"yh:TYPE": true,
|
||||
"yh:WIDTH": true,
|
||||
"yh:WIDTH_RANK": true
|
||||
}
|
||||
"yh:LINE_NAME": true,
|
||||
"yh:LINE_NUM": true,
|
||||
"yh:STRUCTURE": true,
|
||||
"yh:TOTYUMONO": true,
|
||||
"yh:TYPE": true,
|
||||
"yh:WIDTH": true,
|
||||
"yh:WIDTH_RANK": true
|
||||
}
|
||||
|
||||
@@ -1,14 +1,6 @@
|
||||
export { wikipedia as dataWikipedia } from 'wmf-sitematrix';
|
||||
|
||||
export { dataAddressFormats } from './address-formats.json';
|
||||
export { dataDeprecated } from './deprecated.json';
|
||||
export { dataDiscarded } from './discarded.json';
|
||||
export { dataLanguages } from './languages.json';
|
||||
export { dataLocales } from './locales.json';
|
||||
export { dataPhoneFormats } from './phone-formats.json';
|
||||
export { dataShortcuts } from './shortcuts.json';
|
||||
export { dataTerritoryLanguages } from './territory-languages.json';
|
||||
|
||||
export { en as dataEn } from '../dist/locales/en.json';
|
||||
|
||||
import {
|
||||
|
||||
+29502
File diff suppressed because it is too large
Load Diff
+233
-727
@@ -1,729 +1,235 @@
|
||||
{
|
||||
"dataLanguages": {
|
||||
"af": {
|
||||
"nativeName": "Afrikaans"
|
||||
},
|
||||
"agq": {
|
||||
"nativeName": "Aghem"
|
||||
},
|
||||
"ak": {
|
||||
"nativeName": "Akan"
|
||||
},
|
||||
"am": {
|
||||
"nativeName": "አማርኛ"
|
||||
},
|
||||
"ar": {
|
||||
"nativeName": "العربية"
|
||||
},
|
||||
"as": {
|
||||
"nativeName": "অসমীয়া"
|
||||
},
|
||||
"asa": {
|
||||
"nativeName": "Kipare"
|
||||
},
|
||||
"ast": {
|
||||
"nativeName": "asturianu"
|
||||
},
|
||||
"az": {
|
||||
"nativeName": "azərbaycan"
|
||||
},
|
||||
"az-Cyrl": {
|
||||
"base": "az",
|
||||
"script": "Cyrl"
|
||||
},
|
||||
"az-Latn": {
|
||||
"base": "az",
|
||||
"script": "Latn"
|
||||
},
|
||||
"bas": {
|
||||
"nativeName": "Ɓàsàa"
|
||||
},
|
||||
"be": {
|
||||
"nativeName": "беларуская"
|
||||
},
|
||||
"bem": {
|
||||
"nativeName": "Ichibemba"
|
||||
},
|
||||
"bez": {
|
||||
"nativeName": "Hibena"
|
||||
},
|
||||
"bg": {
|
||||
"nativeName": "български"
|
||||
},
|
||||
"bm": {
|
||||
"nativeName": "bamanakan"
|
||||
},
|
||||
"bn": {
|
||||
"nativeName": "বাংলা"
|
||||
},
|
||||
"bo": {
|
||||
"nativeName": "བོད་སྐད་"
|
||||
},
|
||||
"br": {
|
||||
"nativeName": "brezhoneg"
|
||||
},
|
||||
"brx": {
|
||||
"nativeName": "बड़ो"
|
||||
},
|
||||
"bs": {
|
||||
"nativeName": "bosanski"
|
||||
},
|
||||
"bs-Cyrl": {
|
||||
"base": "bs",
|
||||
"script": "Cyrl"
|
||||
},
|
||||
"bs-Latn": {
|
||||
"base": "bs",
|
||||
"script": "Latn"
|
||||
},
|
||||
"ca": {
|
||||
"nativeName": "català"
|
||||
},
|
||||
"ccp": {
|
||||
"nativeName": "𑄌𑄋𑄴𑄟𑄳𑄦"
|
||||
},
|
||||
"ce": {
|
||||
"nativeName": "нохчийн"
|
||||
},
|
||||
"ceb": {
|
||||
"nativeName": "Binisaya"
|
||||
},
|
||||
"cgg": {
|
||||
"nativeName": "Rukiga"
|
||||
},
|
||||
"chr": {
|
||||
"nativeName": "ᏣᎳᎩ"
|
||||
},
|
||||
"ckb": {
|
||||
"nativeName": "کوردیی ناوەندی"
|
||||
},
|
||||
"cs": {
|
||||
"nativeName": "čeština"
|
||||
},
|
||||
"cu": {
|
||||
"nativeName": "cu"
|
||||
},
|
||||
"cy": {
|
||||
"nativeName": "Cymraeg"
|
||||
},
|
||||
"da": {
|
||||
"nativeName": "dansk"
|
||||
},
|
||||
"dav": {
|
||||
"nativeName": "Kitaita"
|
||||
},
|
||||
"de": {
|
||||
"nativeName": "Deutsch"
|
||||
},
|
||||
"dje": {
|
||||
"nativeName": "Zarmaciine"
|
||||
},
|
||||
"dsb": {
|
||||
"nativeName": "dolnoserbšćina"
|
||||
},
|
||||
"dua": {
|
||||
"nativeName": "duálá"
|
||||
},
|
||||
"dyo": {
|
||||
"nativeName": "joola"
|
||||
},
|
||||
"dz": {
|
||||
"nativeName": "རྫོང་ཁ"
|
||||
},
|
||||
"ebu": {
|
||||
"nativeName": "Kĩembu"
|
||||
},
|
||||
"ee": {
|
||||
"nativeName": "Eʋegbe"
|
||||
},
|
||||
"el": {
|
||||
"nativeName": "Ελληνικά"
|
||||
},
|
||||
"en": {
|
||||
"nativeName": "English"
|
||||
},
|
||||
"eo": {
|
||||
"nativeName": "esperanto"
|
||||
},
|
||||
"es": {
|
||||
"nativeName": "español"
|
||||
},
|
||||
"et": {
|
||||
"nativeName": "eesti"
|
||||
},
|
||||
"eu": {
|
||||
"nativeName": "euskara"
|
||||
},
|
||||
"ewo": {
|
||||
"nativeName": "ewondo"
|
||||
},
|
||||
"fa": {
|
||||
"nativeName": "فارسی"
|
||||
},
|
||||
"ff": {
|
||||
"nativeName": "Pulaar"
|
||||
},
|
||||
"ff-Latn": {
|
||||
"base": "ff",
|
||||
"script": "Latn"
|
||||
},
|
||||
"fi": {
|
||||
"nativeName": "suomi"
|
||||
},
|
||||
"fil": {
|
||||
"nativeName": "Filipino"
|
||||
},
|
||||
"fo": {
|
||||
"nativeName": "føroyskt"
|
||||
},
|
||||
"fr": {
|
||||
"nativeName": "français"
|
||||
},
|
||||
"fur": {
|
||||
"nativeName": "furlan"
|
||||
},
|
||||
"fy": {
|
||||
"nativeName": "Frysk"
|
||||
},
|
||||
"ga": {
|
||||
"nativeName": "Gaeilge"
|
||||
},
|
||||
"gd": {
|
||||
"nativeName": "Gàidhlig"
|
||||
},
|
||||
"gl": {
|
||||
"nativeName": "galego"
|
||||
},
|
||||
"gsw": {
|
||||
"nativeName": "Schwiizertüütsch"
|
||||
},
|
||||
"gu": {
|
||||
"nativeName": "ગુજરાતી"
|
||||
},
|
||||
"guz": {
|
||||
"nativeName": "Ekegusii"
|
||||
},
|
||||
"gv": {
|
||||
"nativeName": "Gaelg"
|
||||
},
|
||||
"ha": {
|
||||
"nativeName": "Hausa"
|
||||
},
|
||||
"haw": {
|
||||
"nativeName": "ʻŌlelo Hawaiʻi"
|
||||
},
|
||||
"he": {
|
||||
"nativeName": "עברית"
|
||||
},
|
||||
"hi": {
|
||||
"nativeName": "हिन्दी"
|
||||
},
|
||||
"hr": {
|
||||
"nativeName": "hrvatski"
|
||||
},
|
||||
"hsb": {
|
||||
"nativeName": "hornjoserbšćina"
|
||||
},
|
||||
"hu": {
|
||||
"nativeName": "magyar"
|
||||
},
|
||||
"hy": {
|
||||
"nativeName": "հայերեն"
|
||||
},
|
||||
"ia": {
|
||||
"nativeName": "interlingua"
|
||||
},
|
||||
"id": {
|
||||
"nativeName": "Indonesia"
|
||||
},
|
||||
"ig": {
|
||||
"nativeName": "Asụsụ Igbo"
|
||||
},
|
||||
"ii": {
|
||||
"nativeName": "ꆈꌠꉙ"
|
||||
},
|
||||
"is": {
|
||||
"nativeName": "íslenska"
|
||||
},
|
||||
"it": {
|
||||
"nativeName": "italiano"
|
||||
},
|
||||
"ja": {
|
||||
"nativeName": "日本語"
|
||||
},
|
||||
"ja-Hira": {
|
||||
"base": "ja",
|
||||
"script": "Hira"
|
||||
},
|
||||
"ja-Latn": {
|
||||
"base": "ja",
|
||||
"script": "Latn"
|
||||
},
|
||||
"jgo": {
|
||||
"nativeName": "Ndaꞌa"
|
||||
},
|
||||
"jmc": {
|
||||
"nativeName": "Kimachame"
|
||||
},
|
||||
"jv": {
|
||||
"nativeName": "Jawa"
|
||||
},
|
||||
"ka": {
|
||||
"nativeName": "ქართული"
|
||||
},
|
||||
"kab": {
|
||||
"nativeName": "Taqbaylit"
|
||||
},
|
||||
"kam": {
|
||||
"nativeName": "Kikamba"
|
||||
},
|
||||
"kde": {
|
||||
"nativeName": "Chimakonde"
|
||||
},
|
||||
"kea": {
|
||||
"nativeName": "kabuverdianu"
|
||||
},
|
||||
"khq": {
|
||||
"nativeName": "Koyra ciini"
|
||||
},
|
||||
"ki": {
|
||||
"nativeName": "Gikuyu"
|
||||
},
|
||||
"kk": {
|
||||
"nativeName": "қазақ тілі"
|
||||
},
|
||||
"kkj": {
|
||||
"nativeName": "kakɔ"
|
||||
},
|
||||
"kl": {
|
||||
"nativeName": "kalaallisut"
|
||||
},
|
||||
"kln": {
|
||||
"nativeName": "Kalenjin"
|
||||
},
|
||||
"km": {
|
||||
"nativeName": "ខ្មែរ"
|
||||
},
|
||||
"kn": {
|
||||
"nativeName": "ಕನ್ನಡ"
|
||||
},
|
||||
"ko": {
|
||||
"nativeName": "한국어"
|
||||
},
|
||||
"ko-Latn": {
|
||||
"base": "ko",
|
||||
"script": "Latn"
|
||||
},
|
||||
"kok": {
|
||||
"nativeName": "कोंकणी"
|
||||
},
|
||||
"ks": {
|
||||
"nativeName": "کٲشُر"
|
||||
},
|
||||
"ksb": {
|
||||
"nativeName": "Kishambaa"
|
||||
},
|
||||
"ksf": {
|
||||
"nativeName": "rikpa"
|
||||
},
|
||||
"ksh": {
|
||||
"nativeName": "Kölsch"
|
||||
},
|
||||
"ku": {
|
||||
"nativeName": "kurdî"
|
||||
},
|
||||
"kw": {
|
||||
"nativeName": "kernewek"
|
||||
},
|
||||
"ky": {
|
||||
"nativeName": "кыргызча"
|
||||
},
|
||||
"lag": {
|
||||
"nativeName": "Kɨlaangi"
|
||||
},
|
||||
"lb": {
|
||||
"nativeName": "Lëtzebuergesch"
|
||||
},
|
||||
"lg": {
|
||||
"nativeName": "Luganda"
|
||||
},
|
||||
"lkt": {
|
||||
"nativeName": "Lakȟólʼiyapi"
|
||||
},
|
||||
"ln": {
|
||||
"nativeName": "lingála"
|
||||
},
|
||||
"lo": {
|
||||
"nativeName": "ລາວ"
|
||||
},
|
||||
"lrc": {
|
||||
"nativeName": "لۊری شومالی"
|
||||
},
|
||||
"lt": {
|
||||
"nativeName": "lietuvių"
|
||||
},
|
||||
"lu": {
|
||||
"nativeName": "Tshiluba"
|
||||
},
|
||||
"luo": {
|
||||
"nativeName": "Dholuo"
|
||||
},
|
||||
"luy": {
|
||||
"nativeName": "Luluhia"
|
||||
},
|
||||
"lv": {
|
||||
"nativeName": "latviešu"
|
||||
},
|
||||
"mas": {
|
||||
"nativeName": "Maa"
|
||||
},
|
||||
"mer": {
|
||||
"nativeName": "Kĩmĩrũ"
|
||||
},
|
||||
"mfe": {
|
||||
"nativeName": "kreol morisien"
|
||||
},
|
||||
"mg": {
|
||||
"nativeName": "Malagasy"
|
||||
},
|
||||
"mgh": {
|
||||
"nativeName": "Makua"
|
||||
},
|
||||
"mgo": {
|
||||
"nativeName": "metaʼ"
|
||||
},
|
||||
"mi": {
|
||||
"nativeName": "Māori"
|
||||
},
|
||||
"mk": {
|
||||
"nativeName": "македонски"
|
||||
},
|
||||
"ml": {
|
||||
"nativeName": "മലയാളം"
|
||||
},
|
||||
"mn": {
|
||||
"nativeName": "монгол"
|
||||
},
|
||||
"mr": {
|
||||
"nativeName": "मराठी"
|
||||
},
|
||||
"ms": {
|
||||
"nativeName": "Melayu"
|
||||
},
|
||||
"mt": {
|
||||
"nativeName": "Malti"
|
||||
},
|
||||
"mua": {
|
||||
"nativeName": "MUNDAŊ"
|
||||
},
|
||||
"my": {
|
||||
"nativeName": "မြန်မာ"
|
||||
},
|
||||
"mzn": {
|
||||
"nativeName": "مازرونی"
|
||||
},
|
||||
"naq": {
|
||||
"nativeName": "Khoekhoegowab"
|
||||
},
|
||||
"nb": {
|
||||
"nativeName": "norsk bokmål"
|
||||
},
|
||||
"nd": {
|
||||
"nativeName": "isiNdebele"
|
||||
},
|
||||
"nds": {
|
||||
"nativeName": "nds"
|
||||
},
|
||||
"ne": {
|
||||
"nativeName": "नेपाली"
|
||||
},
|
||||
"nl": {
|
||||
"nativeName": "Nederlands"
|
||||
},
|
||||
"nmg": {
|
||||
"nativeName": "nmg"
|
||||
},
|
||||
"nn": {
|
||||
"nativeName": "nynorsk"
|
||||
},
|
||||
"nnh": {
|
||||
"nativeName": "Shwóŋò ngiembɔɔn"
|
||||
},
|
||||
"nus": {
|
||||
"nativeName": "Thok Nath"
|
||||
},
|
||||
"nyn": {
|
||||
"nativeName": "Runyankore"
|
||||
},
|
||||
"oc": {
|
||||
"nativeName": "Occitan"
|
||||
},
|
||||
"om": {
|
||||
"nativeName": "Oromoo"
|
||||
},
|
||||
"or": {
|
||||
"nativeName": "ଓଡ଼ିଆ"
|
||||
},
|
||||
"os": {
|
||||
"nativeName": "ирон"
|
||||
},
|
||||
"pa": {
|
||||
"nativeName": "ਪੰਜਾਬੀ"
|
||||
},
|
||||
"pa-Arab": {
|
||||
"base": "pa",
|
||||
"script": "Arab"
|
||||
},
|
||||
"pa-Guru": {
|
||||
"base": "pa",
|
||||
"script": "Guru"
|
||||
},
|
||||
"pl": {
|
||||
"nativeName": "polski"
|
||||
},
|
||||
"prg": {
|
||||
"nativeName": "prūsiskan"
|
||||
},
|
||||
"ps": {
|
||||
"nativeName": "پښتو"
|
||||
},
|
||||
"pt": {
|
||||
"nativeName": "português"
|
||||
},
|
||||
"qu": {
|
||||
"nativeName": "Runasimi"
|
||||
},
|
||||
"rm": {
|
||||
"nativeName": "rumantsch"
|
||||
},
|
||||
"rn": {
|
||||
"nativeName": "Ikirundi"
|
||||
},
|
||||
"ro": {
|
||||
"nativeName": "română"
|
||||
},
|
||||
"rof": {
|
||||
"nativeName": "Kihorombo"
|
||||
},
|
||||
"root": {
|
||||
"nativeName": "root"
|
||||
},
|
||||
"ru": {
|
||||
"nativeName": "русский"
|
||||
},
|
||||
"rw": {
|
||||
"nativeName": "Kinyarwanda"
|
||||
},
|
||||
"rwk": {
|
||||
"nativeName": "Kiruwa"
|
||||
},
|
||||
"sah": {
|
||||
"nativeName": "саха тыла"
|
||||
},
|
||||
"saq": {
|
||||
"nativeName": "Kisampur"
|
||||
},
|
||||
"sbp": {
|
||||
"nativeName": "Ishisangu"
|
||||
},
|
||||
"sd": {
|
||||
"nativeName": "سنڌي"
|
||||
},
|
||||
"se": {
|
||||
"nativeName": "davvisámegiella"
|
||||
},
|
||||
"seh": {
|
||||
"nativeName": "sena"
|
||||
},
|
||||
"ses": {
|
||||
"nativeName": "Koyraboro senni"
|
||||
},
|
||||
"sg": {
|
||||
"nativeName": "Sängö"
|
||||
},
|
||||
"shi": {
|
||||
"nativeName": "ⵜⴰⵛⵍⵃⵉⵜ"
|
||||
},
|
||||
"shi-Latn": {
|
||||
"base": "shi",
|
||||
"script": "Latn"
|
||||
},
|
||||
"shi-Tfng": {
|
||||
"base": "shi",
|
||||
"script": "Tfng"
|
||||
},
|
||||
"si": {
|
||||
"nativeName": "සිංහල"
|
||||
},
|
||||
"sk": {
|
||||
"nativeName": "slovenčina"
|
||||
},
|
||||
"sl": {
|
||||
"nativeName": "slovenščina"
|
||||
},
|
||||
"smn": {
|
||||
"nativeName": "anarâškielâ"
|
||||
},
|
||||
"sn": {
|
||||
"nativeName": "chiShona"
|
||||
},
|
||||
"so": {
|
||||
"nativeName": "Soomaali"
|
||||
},
|
||||
"sq": {
|
||||
"nativeName": "shqip"
|
||||
},
|
||||
"sr": {
|
||||
"nativeName": "српски"
|
||||
},
|
||||
"sr-Cyrl": {
|
||||
"base": "sr",
|
||||
"script": "Cyrl"
|
||||
},
|
||||
"sr-Latn": {
|
||||
"base": "sr",
|
||||
"script": "Latn"
|
||||
},
|
||||
"sv": {
|
||||
"nativeName": "svenska"
|
||||
},
|
||||
"sw": {
|
||||
"nativeName": "Kiswahili"
|
||||
},
|
||||
"ta": {
|
||||
"nativeName": "தமிழ்"
|
||||
},
|
||||
"te": {
|
||||
"nativeName": "తెలుగు"
|
||||
},
|
||||
"teo": {
|
||||
"nativeName": "Kiteso"
|
||||
},
|
||||
"tg": {
|
||||
"nativeName": "тоҷикӣ"
|
||||
},
|
||||
"th": {
|
||||
"nativeName": "ไทย"
|
||||
},
|
||||
"ti": {
|
||||
"nativeName": "ትግርኛ"
|
||||
},
|
||||
"tk": {
|
||||
"nativeName": "türkmen dili"
|
||||
},
|
||||
"to": {
|
||||
"nativeName": "lea fakatonga"
|
||||
},
|
||||
"tr": {
|
||||
"nativeName": "Türkçe"
|
||||
},
|
||||
"tt": {
|
||||
"nativeName": "татар"
|
||||
},
|
||||
"twq": {
|
||||
"nativeName": "Tasawaq senni"
|
||||
},
|
||||
"tzm": {
|
||||
"nativeName": "Tamaziɣt n laṭlaṣ"
|
||||
},
|
||||
"ug": {
|
||||
"nativeName": "ئۇيغۇرچە"
|
||||
},
|
||||
"uk": {
|
||||
"nativeName": "українська"
|
||||
},
|
||||
"ur": {
|
||||
"nativeName": "اردو"
|
||||
},
|
||||
"uz": {
|
||||
"nativeName": "o‘zbek"
|
||||
},
|
||||
"uz-Arab": {
|
||||
"base": "uz",
|
||||
"script": "Arab"
|
||||
},
|
||||
"uz-Cyrl": {
|
||||
"base": "uz",
|
||||
"script": "Cyrl"
|
||||
},
|
||||
"uz-Latn": {
|
||||
"base": "uz",
|
||||
"script": "Latn"
|
||||
},
|
||||
"vai": {
|
||||
"nativeName": "ꕙꔤ"
|
||||
},
|
||||
"vai-Latn": {
|
||||
"base": "vai",
|
||||
"script": "Latn"
|
||||
},
|
||||
"vai-Vaii": {
|
||||
"base": "vai",
|
||||
"script": "Vaii"
|
||||
},
|
||||
"vi": {
|
||||
"nativeName": "Tiếng Việt"
|
||||
},
|
||||
"vo": {
|
||||
"nativeName": "vo"
|
||||
},
|
||||
"vun": {
|
||||
"nativeName": "Kyivunjo"
|
||||
},
|
||||
"wae": {
|
||||
"nativeName": "Walser"
|
||||
},
|
||||
"wo": {
|
||||
"nativeName": "Wolof"
|
||||
},
|
||||
"xh": {
|
||||
"nativeName": "isiXhosa"
|
||||
},
|
||||
"xog": {
|
||||
"nativeName": "Olusoga"
|
||||
},
|
||||
"yav": {
|
||||
"nativeName": "nuasue"
|
||||
},
|
||||
"yi": {
|
||||
"nativeName": "ייִדיש"
|
||||
},
|
||||
"yo": {
|
||||
"nativeName": "Èdè Yorùbá"
|
||||
},
|
||||
"yue": {
|
||||
"nativeName": "粵語"
|
||||
},
|
||||
"yue-Hans": {
|
||||
"base": "yue",
|
||||
"script": "Hans"
|
||||
},
|
||||
"yue-Hant": {
|
||||
"base": "yue",
|
||||
"script": "Hant"
|
||||
},
|
||||
"zgh": {
|
||||
"nativeName": "ⵜⴰⵎⴰⵣⵉⵖⵜ"
|
||||
},
|
||||
"zh": {
|
||||
"nativeName": "中文"
|
||||
},
|
||||
"zh-Hans": {
|
||||
"base": "zh",
|
||||
"script": "Hans",
|
||||
"nativeName": "简体中文"
|
||||
},
|
||||
"zh-Hant": {
|
||||
"base": "zh",
|
||||
"script": "Hant",
|
||||
"nativeName": "繁體中文"
|
||||
},
|
||||
"zh_pinyin": {
|
||||
"base": "zh",
|
||||
"script": "Latn"
|
||||
},
|
||||
"zu": {
|
||||
"nativeName": "isiZulu"
|
||||
}
|
||||
}
|
||||
"af": {"nativeName": "Afrikaans"},
|
||||
"agq": {"nativeName": "Aghem"},
|
||||
"ak": {"nativeName": "Akan"},
|
||||
"am": {"nativeName": "አማርኛ"},
|
||||
"ar": {"nativeName": "العربية"},
|
||||
"as": {"nativeName": "অসমীয়া"},
|
||||
"asa": {"nativeName": "Kipare"},
|
||||
"ast": {"nativeName": "asturianu"},
|
||||
"az": {"nativeName": "azərbaycan"},
|
||||
"az-Cyrl": {"base": "az", "script": "Cyrl"},
|
||||
"az-Latn": {"base": "az", "script": "Latn"},
|
||||
"bas": {"nativeName": "Ɓàsàa"},
|
||||
"be": {"nativeName": "беларуская"},
|
||||
"bem": {"nativeName": "Ichibemba"},
|
||||
"bez": {"nativeName": "Hibena"},
|
||||
"bg": {"nativeName": "български"},
|
||||
"bm": {"nativeName": "bamanakan"},
|
||||
"bn": {"nativeName": "বাংলা"},
|
||||
"bo": {"nativeName": "བོད་སྐད་"},
|
||||
"br": {"nativeName": "brezhoneg"},
|
||||
"brx": {"nativeName": "बड़ो"},
|
||||
"bs": {"nativeName": "bosanski"},
|
||||
"bs-Cyrl": {"base": "bs", "script": "Cyrl"},
|
||||
"bs-Latn": {"base": "bs", "script": "Latn"},
|
||||
"ca": {"nativeName": "català"},
|
||||
"ccp": {"nativeName": "𑄌𑄋𑄴𑄟𑄳𑄦"},
|
||||
"ce": {"nativeName": "нохчийн"},
|
||||
"ceb": {"nativeName": "Binisaya"},
|
||||
"cgg": {"nativeName": "Rukiga"},
|
||||
"chr": {"nativeName": "ᏣᎳᎩ"},
|
||||
"ckb": {"nativeName": "کوردیی ناوەندی"},
|
||||
"cs": {"nativeName": "čeština"},
|
||||
"cu": {"nativeName": "cu"},
|
||||
"cy": {"nativeName": "Cymraeg"},
|
||||
"da": {"nativeName": "dansk"},
|
||||
"dav": {"nativeName": "Kitaita"},
|
||||
"de": {"nativeName": "Deutsch"},
|
||||
"dje": {"nativeName": "Zarmaciine"},
|
||||
"dsb": {"nativeName": "dolnoserbšćina"},
|
||||
"dua": {"nativeName": "duálá"},
|
||||
"dyo": {"nativeName": "joola"},
|
||||
"dz": {"nativeName": "རྫོང་ཁ"},
|
||||
"ebu": {"nativeName": "Kĩembu"},
|
||||
"ee": {"nativeName": "Eʋegbe"},
|
||||
"el": {"nativeName": "Ελληνικά"},
|
||||
"en": {"nativeName": "English"},
|
||||
"eo": {"nativeName": "esperanto"},
|
||||
"es": {"nativeName": "español"},
|
||||
"et": {"nativeName": "eesti"},
|
||||
"eu": {"nativeName": "euskara"},
|
||||
"ewo": {"nativeName": "ewondo"},
|
||||
"fa": {"nativeName": "فارسی"},
|
||||
"ff": {"nativeName": "Pulaar"},
|
||||
"ff-Latn": {"base": "ff", "script": "Latn"},
|
||||
"fi": {"nativeName": "suomi"},
|
||||
"fil": {"nativeName": "Filipino"},
|
||||
"fo": {"nativeName": "føroyskt"},
|
||||
"fr": {"nativeName": "français"},
|
||||
"fur": {"nativeName": "furlan"},
|
||||
"fy": {"nativeName": "Frysk"},
|
||||
"ga": {"nativeName": "Gaeilge"},
|
||||
"gd": {"nativeName": "Gàidhlig"},
|
||||
"gl": {"nativeName": "galego"},
|
||||
"gsw": {"nativeName": "Schwiizertüütsch"},
|
||||
"gu": {"nativeName": "ગુજરાતી"},
|
||||
"guz": {"nativeName": "Ekegusii"},
|
||||
"gv": {"nativeName": "Gaelg"},
|
||||
"ha": {"nativeName": "Hausa"},
|
||||
"haw": {"nativeName": "ʻŌlelo Hawaiʻi"},
|
||||
"he": {"nativeName": "עברית"},
|
||||
"hi": {"nativeName": "हिन्दी"},
|
||||
"hr": {"nativeName": "hrvatski"},
|
||||
"hsb": {"nativeName": "hornjoserbšćina"},
|
||||
"hu": {"nativeName": "magyar"},
|
||||
"hy": {"nativeName": "հայերեն"},
|
||||
"ia": {"nativeName": "interlingua"},
|
||||
"id": {"nativeName": "Indonesia"},
|
||||
"ig": {"nativeName": "Asụsụ Igbo"},
|
||||
"ii": {"nativeName": "ꆈꌠꉙ"},
|
||||
"is": {"nativeName": "íslenska"},
|
||||
"it": {"nativeName": "italiano"},
|
||||
"ja": {"nativeName": "日本語"},
|
||||
"ja-Hira": {"base": "ja", "script": "Hira"},
|
||||
"ja-Latn": {"base": "ja", "script": "Latn"},
|
||||
"jgo": {"nativeName": "Ndaꞌa"},
|
||||
"jmc": {"nativeName": "Kimachame"},
|
||||
"jv": {"nativeName": "Jawa"},
|
||||
"ka": {"nativeName": "ქართული"},
|
||||
"kab": {"nativeName": "Taqbaylit"},
|
||||
"kam": {"nativeName": "Kikamba"},
|
||||
"kde": {"nativeName": "Chimakonde"},
|
||||
"kea": {"nativeName": "kabuverdianu"},
|
||||
"khq": {"nativeName": "Koyra ciini"},
|
||||
"ki": {"nativeName": "Gikuyu"},
|
||||
"kk": {"nativeName": "қазақ тілі"},
|
||||
"kkj": {"nativeName": "kakɔ"},
|
||||
"kl": {"nativeName": "kalaallisut"},
|
||||
"kln": {"nativeName": "Kalenjin"},
|
||||
"km": {"nativeName": "ខ្មែរ"},
|
||||
"kn": {"nativeName": "ಕನ್ನಡ"},
|
||||
"ko": {"nativeName": "한국어"},
|
||||
"ko-Latn": {"base": "ko", "script": "Latn"},
|
||||
"kok": {"nativeName": "कोंकणी"},
|
||||
"ks": {"nativeName": "کٲشُر"},
|
||||
"ksb": {"nativeName": "Kishambaa"},
|
||||
"ksf": {"nativeName": "rikpa"},
|
||||
"ksh": {"nativeName": "Kölsch"},
|
||||
"ku": {"nativeName": "kurdî"},
|
||||
"kw": {"nativeName": "kernewek"},
|
||||
"ky": {"nativeName": "кыргызча"},
|
||||
"lag": {"nativeName": "Kɨlaangi"},
|
||||
"lb": {"nativeName": "Lëtzebuergesch"},
|
||||
"lg": {"nativeName": "Luganda"},
|
||||
"lkt": {"nativeName": "Lakȟólʼiyapi"},
|
||||
"ln": {"nativeName": "lingála"},
|
||||
"lo": {"nativeName": "ລາວ"},
|
||||
"lrc": {"nativeName": "لۊری شومالی"},
|
||||
"lt": {"nativeName": "lietuvių"},
|
||||
"lu": {"nativeName": "Tshiluba"},
|
||||
"luo": {"nativeName": "Dholuo"},
|
||||
"luy": {"nativeName": "Luluhia"},
|
||||
"lv": {"nativeName": "latviešu"},
|
||||
"mas": {"nativeName": "Maa"},
|
||||
"mer": {"nativeName": "Kĩmĩrũ"},
|
||||
"mfe": {"nativeName": "kreol morisien"},
|
||||
"mg": {"nativeName": "Malagasy"},
|
||||
"mgh": {"nativeName": "Makua"},
|
||||
"mgo": {"nativeName": "metaʼ"},
|
||||
"mi": {"nativeName": "Māori"},
|
||||
"mk": {"nativeName": "македонски"},
|
||||
"ml": {"nativeName": "മലയാളം"},
|
||||
"mn": {"nativeName": "монгол"},
|
||||
"mr": {"nativeName": "मराठी"},
|
||||
"ms": {"nativeName": "Melayu"},
|
||||
"mt": {"nativeName": "Malti"},
|
||||
"mua": {"nativeName": "MUNDAŊ"},
|
||||
"my": {"nativeName": "မြန်မာ"},
|
||||
"mzn": {"nativeName": "مازرونی"},
|
||||
"naq": {"nativeName": "Khoekhoegowab"},
|
||||
"nb": {"nativeName": "norsk bokmål"},
|
||||
"nd": {"nativeName": "isiNdebele"},
|
||||
"nds": {"nativeName": "nds"},
|
||||
"ne": {"nativeName": "नेपाली"},
|
||||
"nl": {"nativeName": "Nederlands"},
|
||||
"nmg": {"nativeName": "nmg"},
|
||||
"nn": {"nativeName": "nynorsk"},
|
||||
"nnh": {"nativeName": "Shwóŋò ngiembɔɔn"},
|
||||
"nus": {"nativeName": "Thok Nath"},
|
||||
"nyn": {"nativeName": "Runyankore"},
|
||||
"oc": {"nativeName": "Occitan"},
|
||||
"om": {"nativeName": "Oromoo"},
|
||||
"or": {"nativeName": "ଓଡ଼ିଆ"},
|
||||
"os": {"nativeName": "ирон"},
|
||||
"pa": {"nativeName": "ਪੰਜਾਬੀ"},
|
||||
"pa-Arab": {"base": "pa", "script": "Arab"},
|
||||
"pa-Guru": {"base": "pa", "script": "Guru"},
|
||||
"pl": {"nativeName": "polski"},
|
||||
"prg": {"nativeName": "prūsiskan"},
|
||||
"ps": {"nativeName": "پښتو"},
|
||||
"pt": {"nativeName": "português"},
|
||||
"qu": {"nativeName": "Runasimi"},
|
||||
"rm": {"nativeName": "rumantsch"},
|
||||
"rn": {"nativeName": "Ikirundi"},
|
||||
"ro": {"nativeName": "română"},
|
||||
"rof": {"nativeName": "Kihorombo"},
|
||||
"root": {"nativeName": "root"},
|
||||
"ru": {"nativeName": "русский"},
|
||||
"rw": {"nativeName": "Kinyarwanda"},
|
||||
"rwk": {"nativeName": "Kiruwa"},
|
||||
"sah": {"nativeName": "саха тыла"},
|
||||
"saq": {"nativeName": "Kisampur"},
|
||||
"sbp": {"nativeName": "Ishisangu"},
|
||||
"sd": {"nativeName": "سنڌي"},
|
||||
"se": {"nativeName": "davvisámegiella"},
|
||||
"seh": {"nativeName": "sena"},
|
||||
"ses": {"nativeName": "Koyraboro senni"},
|
||||
"sg": {"nativeName": "Sängö"},
|
||||
"shi": {"nativeName": "ⵜⴰⵛⵍⵃⵉⵜ"},
|
||||
"shi-Latn": {"base": "shi", "script": "Latn"},
|
||||
"shi-Tfng": {"base": "shi", "script": "Tfng"},
|
||||
"si": {"nativeName": "සිංහල"},
|
||||
"sk": {"nativeName": "slovenčina"},
|
||||
"sl": {"nativeName": "slovenščina"},
|
||||
"smn": {"nativeName": "anarâškielâ"},
|
||||
"sn": {"nativeName": "chiShona"},
|
||||
"so": {"nativeName": "Soomaali"},
|
||||
"sq": {"nativeName": "shqip"},
|
||||
"sr": {"nativeName": "српски"},
|
||||
"sr-Cyrl": {"base": "sr", "script": "Cyrl"},
|
||||
"sr-Latn": {"base": "sr", "script": "Latn"},
|
||||
"sv": {"nativeName": "svenska"},
|
||||
"sw": {"nativeName": "Kiswahili"},
|
||||
"ta": {"nativeName": "தமிழ்"},
|
||||
"te": {"nativeName": "తెలుగు"},
|
||||
"teo": {"nativeName": "Kiteso"},
|
||||
"tg": {"nativeName": "тоҷикӣ"},
|
||||
"th": {"nativeName": "ไทย"},
|
||||
"ti": {"nativeName": "ትግርኛ"},
|
||||
"tk": {"nativeName": "türkmen dili"},
|
||||
"to": {"nativeName": "lea fakatonga"},
|
||||
"tr": {"nativeName": "Türkçe"},
|
||||
"tt": {"nativeName": "татар"},
|
||||
"twq": {"nativeName": "Tasawaq senni"},
|
||||
"tzm": {"nativeName": "Tamaziɣt n laṭlaṣ"},
|
||||
"ug": {"nativeName": "ئۇيغۇرچە"},
|
||||
"uk": {"nativeName": "українська"},
|
||||
"ur": {"nativeName": "اردو"},
|
||||
"uz": {"nativeName": "o‘zbek"},
|
||||
"uz-Arab": {"base": "uz", "script": "Arab"},
|
||||
"uz-Cyrl": {"base": "uz", "script": "Cyrl"},
|
||||
"uz-Latn": {"base": "uz", "script": "Latn"},
|
||||
"vai": {"nativeName": "ꕙꔤ"},
|
||||
"vai-Latn": {"base": "vai", "script": "Latn"},
|
||||
"vai-Vaii": {"base": "vai", "script": "Vaii"},
|
||||
"vi": {"nativeName": "Tiếng Việt"},
|
||||
"vo": {"nativeName": "vo"},
|
||||
"vun": {"nativeName": "Kyivunjo"},
|
||||
"wae": {"nativeName": "Walser"},
|
||||
"wo": {"nativeName": "Wolof"},
|
||||
"xh": {"nativeName": "isiXhosa"},
|
||||
"xog": {"nativeName": "Olusoga"},
|
||||
"yav": {"nativeName": "nuasue"},
|
||||
"yi": {"nativeName": "ייִדיש"},
|
||||
"yo": {"nativeName": "Èdè Yorùbá"},
|
||||
"yue": {"nativeName": "粵語"},
|
||||
"yue-Hans": {"base": "yue", "script": "Hans"},
|
||||
"yue-Hant": {"base": "yue", "script": "Hant"},
|
||||
"zgh": {"nativeName": "ⵜⴰⵎⴰⵣⵉⵖⵜ"},
|
||||
"zh": {"nativeName": "中文"},
|
||||
"zh-Hans": {"base": "zh", "script": "Hans", "nativeName": "简体中文"},
|
||||
"zh-Hant": {"base": "zh", "script": "Hant", "nativeName": "繁體中文"},
|
||||
"zh_pinyin": {"base": "zh", "script": "Latn"},
|
||||
"zu": {"nativeName": "isiZulu"}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
@@ -1,65 +0,0 @@
|
||||
{
|
||||
"dataPhoneFormats": {
|
||||
"ag": "+1-268-555-1234",
|
||||
"ai": "+1-264-555-1234",
|
||||
"as": "+1-684-555-1234",
|
||||
"at": "+43 1 123 45 67",
|
||||
"au": "+61 1 2345 6789",
|
||||
"bb": "+1-246-555-1234",
|
||||
"bj": "+229 20 12 34 56",
|
||||
"bm": "+1-441-555-1234",
|
||||
"bo": "+591 1 2345678",
|
||||
"br": "+55 11 0982 1098",
|
||||
"bs": "+1-242-555-1234",
|
||||
"ca": "+1-226-555-1234",
|
||||
"ci": "+225 20 12 34 56",
|
||||
"cn": "+86 10 12345678",
|
||||
"de": "+49 89 1234567",
|
||||
"dm": "+1-767-555-1234",
|
||||
"do": "+1-809-555-1234",
|
||||
"es": "+34 989 12 34 56",
|
||||
"fi": "+358 40 123 4567",
|
||||
"fr": "+33 1 23 45 67 89",
|
||||
"gb": "+44 1632 961234",
|
||||
"gd": "+1-473-555-1234",
|
||||
"gg": "+44 1632 961234",
|
||||
"gu": "+1-671-555-1234",
|
||||
"hk": "+852 1234 5678",
|
||||
"hr": "+385 01 123 4567",
|
||||
"hu": "+36 1 123 45 67",
|
||||
"ie": "+353 20 912 3456",
|
||||
"im": "+44 1632 961234",
|
||||
"it": "+39 01 123 456",
|
||||
"je": "+44 1632 961234",
|
||||
"jm": "+1-876-555-1234",
|
||||
"kn": "+1-869-555-1234",
|
||||
"ky": "+1-345-555-1234",
|
||||
"kz": "+7 495 1234567",
|
||||
"lc": "+1-758-555-1234",
|
||||
"mp": "+1-670-555-1234",
|
||||
"ms": "+1-664-555-1234",
|
||||
"nl": "+31 42 123 4567",
|
||||
"no": "+47 22 12 34 56",
|
||||
"pe": "+51 1 1234567",
|
||||
"pl": "+48 42 123 4567",
|
||||
"pr": "+1-787-555-1234",
|
||||
"pt": "+351 211 123456",
|
||||
"ru": "+7 495 1234567",
|
||||
"se": "+46 31 123 4567",
|
||||
"si": "+386 31 123 4567",
|
||||
"sj": "+47 22 12 34 56",
|
||||
"sx": "+1-721-555-1234",
|
||||
"tc": "+1-649-555-1234",
|
||||
"tr": "+90 312 123 4567",
|
||||
"tt": "+1-868-555-1234",
|
||||
"tw": "+886 1 2345 6789",
|
||||
"ua": "+380 44 123 4567",
|
||||
"us": "+1-202-555-1234",
|
||||
"va": "+39 01 123 456",
|
||||
"vc": "+1-784-555-1234",
|
||||
"vg": "+1-284-555-1234",
|
||||
"vi": "+1-340-555-1234",
|
||||
"vn": "+84 1 234 5678",
|
||||
"za": "+27 11 907 1111"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"ag": "+1-268-555-1234",
|
||||
"ai": "+1-264-555-1234",
|
||||
"as": "+1-684-555-1234",
|
||||
"at": "+43 1 123 45 67",
|
||||
"au": "+61 1 2345 6789",
|
||||
"bb": "+1-246-555-1234",
|
||||
"bj": "+229 20 12 34 56",
|
||||
"bm": "+1-441-555-1234",
|
||||
"bo": "+591 1 2345678",
|
||||
"br": "+55 11 0982 1098",
|
||||
"bs": "+1-242-555-1234",
|
||||
"ca": "+1-226-555-1234",
|
||||
"ci": "+225 20 12 34 56",
|
||||
"cn": "+86 10 12345678",
|
||||
"de": "+49 89 1234567",
|
||||
"dm": "+1-767-555-1234",
|
||||
"do": "+1-809-555-1234",
|
||||
"es": "+34 989 12 34 56",
|
||||
"fi": "+358 40 123 4567",
|
||||
"fr": "+33 1 23 45 67 89",
|
||||
"gb": "+44 1632 961234",
|
||||
"gd": "+1-473-555-1234",
|
||||
"gg": "+44 1632 961234",
|
||||
"gu": "+1-671-555-1234",
|
||||
"hk": "+852 1234 5678",
|
||||
"hr": "+385 01 123 4567",
|
||||
"hu": "+36 1 123 45 67",
|
||||
"ie": "+353 20 912 3456",
|
||||
"im": "+44 1632 961234",
|
||||
"it": "+39 01 123 456",
|
||||
"je": "+44 1632 961234",
|
||||
"jm": "+1-876-555-1234",
|
||||
"kn": "+1-869-555-1234",
|
||||
"ky": "+1-345-555-1234",
|
||||
"kz": "+7 495 1234567",
|
||||
"lc": "+1-758-555-1234",
|
||||
"mp": "+1-670-555-1234",
|
||||
"ms": "+1-664-555-1234",
|
||||
"nl": "+31 42 123 4567",
|
||||
"no": "+47 22 12 34 56",
|
||||
"pe": "+51 1 1234567",
|
||||
"pl": "+48 42 123 4567",
|
||||
"pr": "+1-787-555-1234",
|
||||
"pt": "+351 211 123456",
|
||||
"ru": "+7 495 1234567",
|
||||
"se": "+46 31 123 4567",
|
||||
"si": "+386 31 123 4567",
|
||||
"sj": "+47 22 12 34 56",
|
||||
"sx": "+1-721-555-1234",
|
||||
"tc": "+1-649-555-1234",
|
||||
"tr": "+90 312 123 4567",
|
||||
"tt": "+1-868-555-1234",
|
||||
"tw": "+886 1 2345 6789",
|
||||
"ua": "+380 44 123 4567",
|
||||
"us": "+1-202-555-1234",
|
||||
"va": "+39 01 123 456",
|
||||
"vc": "+1-784-555-1234",
|
||||
"vg": "+1-284-555-1234",
|
||||
"vi": "+1-340-555-1234",
|
||||
"vn": "+84 1 234 5678",
|
||||
"za": "+27 11 907 1111"
|
||||
}
|
||||
+340
-342
@@ -1,342 +1,340 @@
|
||||
{
|
||||
"dataShortcuts": [
|
||||
{
|
||||
"tab": "browsing",
|
||||
"text": "shortcuts.browsing.title",
|
||||
"columns": [
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "navigation",
|
||||
"text": "shortcuts.browsing.navigation.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["↓", "↑", "←", "→"],
|
||||
"text": "shortcuts.browsing.navigation.pan",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["↓", "↑", "←", "→"],
|
||||
"text": "shortcuts.browsing.navigation.pan_more",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"shortcuts": ["+", "-"],
|
||||
"text": "shortcuts.browsing.navigation.zoom",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["+", "-"],
|
||||
"text": "shortcuts.browsing.navigation.zoom_more",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"section": "display_options",
|
||||
"text": "shortcuts.browsing.display_options.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["background.key"],
|
||||
"text": "shortcuts.browsing.display_options.background"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["background.key"],
|
||||
"text": "shortcuts.browsing.display_options.background_switch"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["map_data.key"],
|
||||
"text": "shortcuts.browsing.display_options.map_data"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["issues.key"],
|
||||
"text": "shortcuts.browsing.display_options.issues"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["preferences.key"],
|
||||
"text": "shortcuts.browsing.display_options.preferences"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌃", "⌘"],
|
||||
"shortcuts": ["F", "F11"],
|
||||
"text": "shortcuts.browsing.display_options.fullscreen"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["sidebar.key", "`", "²"],
|
||||
"text": "shortcuts.browsing.display_options.sidebar"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["area_fill.wireframe.key"],
|
||||
"text": "shortcuts.browsing.display_options.wireframe"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌥"],
|
||||
"shortcuts": ["area_fill.wireframe.key"],
|
||||
"text": "shortcuts.browsing.display_options.osm_data"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["background.minimap.key"],
|
||||
"text": "shortcuts.browsing.display_options.minimap"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["map_data.highlight_edits.key"],
|
||||
"text": "shortcuts.browsing.display_options.highlight_edits"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "help",
|
||||
"text": "shortcuts.browsing.help.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["help.key"],
|
||||
"text": "shortcuts.browsing.help.help"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["shortcuts.toggle.key", "?"],
|
||||
"text": "shortcuts.browsing.help.keyboard"
|
||||
},
|
||||
{
|
||||
"section": "selecting",
|
||||
"text": "shortcuts.browsing.selecting.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["Left-click"],
|
||||
"text": "shortcuts.browsing.selecting.select_one"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⇧"],
|
||||
"shortcuts": ["Left-click"],
|
||||
"text": "shortcuts.browsing.selecting.select_multi"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⇧"],
|
||||
"shortcuts": ["Left-click"],
|
||||
"gesture": "shortcuts.gesture.drag",
|
||||
"text": "shortcuts.browsing.selecting.lasso"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["F"],
|
||||
"text": "shortcuts.browsing.selecting.search"
|
||||
},
|
||||
{
|
||||
"section": "with_selected",
|
||||
"text": "shortcuts.browsing.with_selected.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["Right-click", "shortcuts.key.space"],
|
||||
"text": "shortcuts.browsing.with_selected.edit_menu"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["inspector.zoom_to.key"],
|
||||
"text": "shortcuts.browsing.with_selected.zoom_to"
|
||||
},
|
||||
{
|
||||
"section": "vertex_selected",
|
||||
"text": "shortcuts.browsing.vertex_selected.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["[", "↖"],
|
||||
"text": "shortcuts.browsing.vertex_selected.previous"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["]", "↘"],
|
||||
"text": "shortcuts.browsing.vertex_selected.next"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["{", "⇞"],
|
||||
"text": "shortcuts.browsing.vertex_selected.first"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["}", "⇟"],
|
||||
"text": "shortcuts.browsing.vertex_selected.last"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["\\", "shortcuts.key.pause"],
|
||||
"text": "shortcuts.browsing.vertex_selected.change_parent"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "editing",
|
||||
"text": "shortcuts.editing.title",
|
||||
"columns": [
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "drawing",
|
||||
"text": "shortcuts.editing.drawing.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["1"],
|
||||
"text": "shortcuts.editing.drawing.add_point"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["2"],
|
||||
"text": "shortcuts.editing.drawing.add_line"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["3"],
|
||||
"text": "shortcuts.editing.drawing.add_area"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["modes.add_note.key"],
|
||||
"text": "shortcuts.editing.drawing.add_note"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["Left-click", "shortcuts.key.space"],
|
||||
"text": "shortcuts.editing.drawing.place_point"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["⌥"],
|
||||
"text": "shortcuts.editing.drawing.disable_snap"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["↵", "⎋"],
|
||||
"text": "shortcuts.editing.drawing.stop_line"
|
||||
},
|
||||
{
|
||||
"section": "commands",
|
||||
"text": "shortcuts.editing.commands.title"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["C"],
|
||||
"text": "shortcuts.editing.commands.copy"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["V"],
|
||||
"text": "shortcuts.editing.commands.paste"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["Z"],
|
||||
"text": "shortcuts.editing.commands.undo"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["Z"],
|
||||
"text": "shortcuts.editing.commands.redo"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["S"],
|
||||
"text": "shortcuts.editing.commands.save"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "operations",
|
||||
"text": "shortcuts.editing.operations.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.continue.key"],
|
||||
"text": "shortcuts.editing.operations.continue_line"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.merge.key"],
|
||||
"text": "shortcuts.editing.operations.merge"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.disconnect.key"],
|
||||
"text": "shortcuts.editing.operations.disconnect"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.extract.key"],
|
||||
"text": "shortcuts.editing.operations.extract"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.split.key"],
|
||||
"text": "shortcuts.editing.operations.split"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.reverse.key"],
|
||||
"text": "shortcuts.editing.operations.reverse"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.move.key"],
|
||||
"text": "shortcuts.editing.operations.move"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.rotate.key"],
|
||||
"text": "shortcuts.editing.operations.rotate"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.orthogonalize.key"],
|
||||
"text": "shortcuts.editing.operations.orthogonalize"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.straighten.key"],
|
||||
"text": "shortcuts.editing.operations.straighten"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.circularize.key"],
|
||||
"text": "shortcuts.editing.operations.circularize"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.reflect.key.long"],
|
||||
"text": "shortcuts.editing.operations.reflect_long"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.reflect.key.short"],
|
||||
"text": "shortcuts.editing.operations.reflect_short"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["⌫"],
|
||||
"text": "shortcuts.editing.operations.delete"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "tools",
|
||||
"text": "shortcuts.tools.title",
|
||||
"columns": [
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "info",
|
||||
"text": "shortcuts.tools.info.title"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["info_panels.key"],
|
||||
"text": "shortcuts.tools.info.all"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["info_panels.background.key"],
|
||||
"text": "shortcuts.tools.info.background"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["info_panels.history.key"],
|
||||
"text": "shortcuts.tools.info.history"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["info_panels.location.key"],
|
||||
"text": "shortcuts.tools.info.location"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["info_panels.measurement.key"],
|
||||
"text": "shortcuts.tools.info.measurement"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
[
|
||||
{
|
||||
"tab": "browsing",
|
||||
"text": "shortcuts.browsing.title",
|
||||
"columns": [
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "navigation",
|
||||
"text": "shortcuts.browsing.navigation.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["↓", "↑", "←", "→"],
|
||||
"text": "shortcuts.browsing.navigation.pan",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["↓", "↑", "←", "→"],
|
||||
"text": "shortcuts.browsing.navigation.pan_more",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"shortcuts": ["+", "-"],
|
||||
"text": "shortcuts.browsing.navigation.zoom",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["+", "-"],
|
||||
"text": "shortcuts.browsing.navigation.zoom_more",
|
||||
"separator": ","
|
||||
},
|
||||
{
|
||||
"section": "display_options",
|
||||
"text": "shortcuts.browsing.display_options.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["background.key"],
|
||||
"text": "shortcuts.browsing.display_options.background"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["background.key"],
|
||||
"text": "shortcuts.browsing.display_options.background_switch"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["map_data.key"],
|
||||
"text": "shortcuts.browsing.display_options.map_data"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["issues.key"],
|
||||
"text": "shortcuts.browsing.display_options.issues"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["preferences.key"],
|
||||
"text": "shortcuts.browsing.display_options.preferences"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌃", "⌘"],
|
||||
"shortcuts": ["F", "F11"],
|
||||
"text": "shortcuts.browsing.display_options.fullscreen"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["sidebar.key", "`", "²"],
|
||||
"text": "shortcuts.browsing.display_options.sidebar"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["area_fill.wireframe.key"],
|
||||
"text": "shortcuts.browsing.display_options.wireframe"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌥"],
|
||||
"shortcuts": ["area_fill.wireframe.key"],
|
||||
"text": "shortcuts.browsing.display_options.osm_data"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["background.minimap.key"],
|
||||
"text": "shortcuts.browsing.display_options.minimap"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["map_data.highlight_edits.key"],
|
||||
"text": "shortcuts.browsing.display_options.highlight_edits"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "help",
|
||||
"text": "shortcuts.browsing.help.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["help.key"],
|
||||
"text": "shortcuts.browsing.help.help"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["shortcuts.toggle.key", "?"],
|
||||
"text": "shortcuts.browsing.help.keyboard"
|
||||
},
|
||||
{
|
||||
"section": "selecting",
|
||||
"text": "shortcuts.browsing.selecting.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["Left-click"],
|
||||
"text": "shortcuts.browsing.selecting.select_one"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⇧"],
|
||||
"shortcuts": ["Left-click"],
|
||||
"text": "shortcuts.browsing.selecting.select_multi"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⇧"],
|
||||
"shortcuts": ["Left-click"],
|
||||
"gesture": "shortcuts.gesture.drag",
|
||||
"text": "shortcuts.browsing.selecting.lasso"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["F"],
|
||||
"text": "shortcuts.browsing.selecting.search"
|
||||
},
|
||||
{
|
||||
"section": "with_selected",
|
||||
"text": "shortcuts.browsing.with_selected.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["Right-click", "shortcuts.key.space"],
|
||||
"text": "shortcuts.browsing.with_selected.edit_menu"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["inspector.zoom_to.key"],
|
||||
"text": "shortcuts.browsing.with_selected.zoom_to"
|
||||
},
|
||||
{
|
||||
"section": "vertex_selected",
|
||||
"text": "shortcuts.browsing.vertex_selected.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["[", "↖"],
|
||||
"text": "shortcuts.browsing.vertex_selected.previous"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["]", "↘"],
|
||||
"text": "shortcuts.browsing.vertex_selected.next"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["{", "⇞"],
|
||||
"text": "shortcuts.browsing.vertex_selected.first"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["}", "⇟"],
|
||||
"text": "shortcuts.browsing.vertex_selected.last"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["\\", "shortcuts.key.pause"],
|
||||
"text": "shortcuts.browsing.vertex_selected.change_parent"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "editing",
|
||||
"text": "shortcuts.editing.title",
|
||||
"columns": [
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "drawing",
|
||||
"text": "shortcuts.editing.drawing.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["1"],
|
||||
"text": "shortcuts.editing.drawing.add_point"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["2"],
|
||||
"text": "shortcuts.editing.drawing.add_line"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["3"],
|
||||
"text": "shortcuts.editing.drawing.add_area"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["modes.add_note.key"],
|
||||
"text": "shortcuts.editing.drawing.add_note"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["Left-click", "shortcuts.key.space"],
|
||||
"text": "shortcuts.editing.drawing.place_point"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["⌥"],
|
||||
"text": "shortcuts.editing.drawing.disable_snap"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["↵", "⎋"],
|
||||
"text": "shortcuts.editing.drawing.stop_line"
|
||||
},
|
||||
{
|
||||
"section": "commands",
|
||||
"text": "shortcuts.editing.commands.title"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["C"],
|
||||
"text": "shortcuts.editing.commands.copy"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["V"],
|
||||
"text": "shortcuts.editing.commands.paste"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["Z"],
|
||||
"text": "shortcuts.editing.commands.undo"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["Z"],
|
||||
"text": "shortcuts.editing.commands.redo"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["S"],
|
||||
"text": "shortcuts.editing.commands.save"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "operations",
|
||||
"text": "shortcuts.editing.operations.title"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.continue.key"],
|
||||
"text": "shortcuts.editing.operations.continue_line"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.merge.key"],
|
||||
"text": "shortcuts.editing.operations.merge"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.disconnect.key"],
|
||||
"text": "shortcuts.editing.operations.disconnect"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.extract.key"],
|
||||
"text": "shortcuts.editing.operations.extract"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.split.key"],
|
||||
"text": "shortcuts.editing.operations.split"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.reverse.key"],
|
||||
"text": "shortcuts.editing.operations.reverse"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.move.key"],
|
||||
"text": "shortcuts.editing.operations.move"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.rotate.key"],
|
||||
"text": "shortcuts.editing.operations.rotate"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.orthogonalize.key"],
|
||||
"text": "shortcuts.editing.operations.orthogonalize"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.straighten.key"],
|
||||
"text": "shortcuts.editing.operations.straighten"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.circularize.key"],
|
||||
"text": "shortcuts.editing.operations.circularize"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.reflect.key.long"],
|
||||
"text": "shortcuts.editing.operations.reflect_long"
|
||||
},
|
||||
{
|
||||
"shortcuts": ["operations.reflect.key.short"],
|
||||
"text": "shortcuts.editing.operations.reflect_short"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["⌫"],
|
||||
"text": "shortcuts.editing.operations.delete"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"tab": "tools",
|
||||
"text": "shortcuts.tools.title",
|
||||
"columns": [
|
||||
{
|
||||
"rows": [
|
||||
{
|
||||
"section": "info",
|
||||
"text": "shortcuts.tools.info.title"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘"],
|
||||
"shortcuts": ["info_panels.key"],
|
||||
"text": "shortcuts.tools.info.all"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["info_panels.background.key"],
|
||||
"text": "shortcuts.tools.info.background"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["info_panels.history.key"],
|
||||
"text": "shortcuts.tools.info.history"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["info_panels.location.key"],
|
||||
"text": "shortcuts.tools.info.location"
|
||||
},
|
||||
{
|
||||
"modifiers": ["⌘", "⇧"],
|
||||
"shortcuts": ["info_panels.measurement.key"],
|
||||
"text": "shortcuts.tools.info.measurement"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -1,260 +0,0 @@
|
||||
{
|
||||
"dataTerritoryLanguages": {
|
||||
"ac": ["en"],
|
||||
"ad": ["ca", "es", "fr"],
|
||||
"ae": ["ar", "en", "ml", "ps", "bal", "fa"],
|
||||
"af": ["fa", "ps", "haz", "uz-Arab", "tk", "prd", "bal", "bgn", "ug", "kk-Arab"],
|
||||
"ag": ["en", "pt"],
|
||||
"ai": ["en"],
|
||||
"al": ["sq", "el", "mk"],
|
||||
"am": ["hy", "ku", "az"],
|
||||
"ao": ["pt", "umb", "kmb", "ln"],
|
||||
"aq": ["und"],
|
||||
"ar": ["es", "en", "cy", "gn"],
|
||||
"as": ["sm", "en"],
|
||||
"at": ["de", "bar", "en", "fr", "it", "hr", "sl", "hu"],
|
||||
"au": ["en", "zh-Hant", "it", "wbp"],
|
||||
"aw": ["nl", "pap", "en"],
|
||||
"ax": ["sv"],
|
||||
"az": ["az", "az-Cyrl", "tly", "ku", "ttt", "tkr"],
|
||||
"ba": ["bs", "bs-Cyrl", "en", "hr", "sr", "sr-Latn"],
|
||||
"bb": ["en"],
|
||||
"bd": ["bn", "en", "rkt", "syl", "ccp", "my", "grt", "mro", "mni"],
|
||||
"be": ["en", "nl", "fr", "de", "vls", "wa"],
|
||||
"bf": ["mos", "dyu", "fr", "ff", "ff-Adlm"],
|
||||
"bg": ["bg", "en", "ru", "tr", "de"],
|
||||
"bh": ["ar", "ml"],
|
||||
"bi": ["rn", "fr", "sw", "en"],
|
||||
"bj": ["fr", "fon", "yo"],
|
||||
"bl": ["fr"],
|
||||
"bm": ["en"],
|
||||
"bn": ["ms", "zh-Hant", "ms-Arab", "en"],
|
||||
"bo": ["es", "qu", "ay", "gn", "aro"],
|
||||
"bq": ["pap", "nl"],
|
||||
"br": ["pt", "en", "de", "it", "ja", "es", "ko", "kgp", "gub", "yrl", "xav"],
|
||||
"bs": ["en"],
|
||||
"bt": ["dz", "ne", "tsj", "en", "lep"],
|
||||
"bv": ["und"],
|
||||
"bw": ["en", "tn", "af"],
|
||||
"by": ["be", "ru"],
|
||||
"bz": ["en", "es"],
|
||||
"ca": ["en", "fr", "it", "de", "pdt", "cr", "crk", "yi", "iu", "iu-Latn", "moe", "crj", "atj", "crl", "csw", "crm", "ikt", "moh", "dgr", "den", "scs", "nsk", "chp", "gwi"],
|
||||
"cc": ["ms-Arab", "en"],
|
||||
"cd": ["sw", "lua", "fr", "ln", "lu", "kg", "lol", "rw"],
|
||||
"cf": ["fr", "sg", "ln"],
|
||||
"cg": ["fr", "ln"],
|
||||
"ch": ["de", "gsw", "en", "fr", "it", "lmo", "pt", "rm", "rmo", "wae"],
|
||||
"ci": ["fr", "bci", "sef", "dnj", "kfo", "bqv"],
|
||||
"ck": ["en"],
|
||||
"cl": ["es", "en", "arn"],
|
||||
"cm": ["fr", "en", "bum", "ff", "ewo", "ybb", "bbj", "nnh", "bkm", "bas", "bax", "byv", "mua", "maf", "bfd", "bss", "kkj", "dua", "mgo", "ar", "jgo", "ksf", "agq", "ha-Arab", "nmg", "yav", "ff-Adlm"],
|
||||
"cn": ["zh", "wuu", "yue-Hans", "hsn", "hak", "nan", "gan", "ii", "ug", "za", "mn-Mong", "bo", "ko", "kk-Arab", "lis", "ky-Arab", "nxq", "khb", "tdd", "lcp", "en", "ru", "vi", "uz-Cyrl", "lzh"],
|
||||
"co": ["es", "guc"],
|
||||
"cp": ["und"],
|
||||
"cr": ["es"],
|
||||
"cu": ["es"],
|
||||
"cv": ["kea", "pt"],
|
||||
"cw": ["pap", "nl", "es"],
|
||||
"cx": ["en"],
|
||||
"cy": ["el", "en", "tr", "fr", "hy", "ar"],
|
||||
"cz": ["cs", "en", "sk", "de", "pl"],
|
||||
"de": ["de", "en", "fr", "bar", "nds", "nl", "it", "es", "ru", "vmf", "tr", "gsw", "da", "swg", "hr", "ku", "el", "ksh", "pl", "hsb", "frr", "dsb", "frs", "stq", "pfl"],
|
||||
"dg": ["en"],
|
||||
"dj": ["aa", "so", "ar", "fr"],
|
||||
"dk": ["da", "en", "de", "sv", "fo", "kl", "jut"],
|
||||
"dm": ["en"],
|
||||
"do": ["es", "en"],
|
||||
"dz": ["arq", "ar", "fr", "kab", "en"],
|
||||
"ea": ["es"],
|
||||
"ec": ["es", "qu", "qug"],
|
||||
"ee": ["et", "ru", "en", "fi", "vro"],
|
||||
"eg": ["ar", "arz", "en", "el"],
|
||||
"eh": ["ar"],
|
||||
"er": ["ti", "en", "tig", "ar", "aa", "ssy", "byn"],
|
||||
"es": ["es", "en", "ca", "gl", "eu", "ast", "ext", "an"],
|
||||
"et": ["en", "am", "om", "so", "ti", "sid", "wal", "aa"],
|
||||
"fi": ["fi", "en", "sv", "de", "ru", "et", "rmf", "se", "smn", "sms"],
|
||||
"fj": ["en", "hi", "hif", "fj", "rtm"],
|
||||
"fk": ["en"],
|
||||
"fm": ["en", "chk", "pon", "kos", "yap", "uli"],
|
||||
"fo": ["fo"],
|
||||
"fr": ["fr", "en", "es", "de", "oc", "it", "pt", "pcd", "gsw", "br", "co", "ca", "eu", "nl", "frp", "ia"],
|
||||
"ga": ["fr", "puu"],
|
||||
"gb": ["en", "fr", "de", "sco", "pa", "cy", "bn", "zh-Hant", "syl", "el", "it", "ks", "gd", "yi", "ml", "ga", "kw"],
|
||||
"gd": ["en"],
|
||||
"ge": ["ka", "xmf", "ru", "hy", "ab", "os", "ku"],
|
||||
"gf": ["fr", "gcr", "zh-Hant"],
|
||||
"gg": ["en"],
|
||||
"gh": ["ak", "en", "ee", "abr", "gur", "ada", "gaa", "nzi", "ha", "saf", "ff", "ff-Adlm"],
|
||||
"gi": ["en", "es"],
|
||||
"gl": ["kl", "da"],
|
||||
"gm": ["en", "man", "ff", "ff-Adlm"],
|
||||
"gn": ["fr", "ff", "man-Nkoo", "sus", "nqo", "kpe", "ff-Adlm"],
|
||||
"gp": ["fr"],
|
||||
"gq": ["es", "fan", "fr", "bvb", "pt"],
|
||||
"gr": ["el", "en", "fr", "de", "pnt", "mk", "tr", "bg", "sq", "tsd"],
|
||||
"gs": ["und"],
|
||||
"gt": ["es", "quc"],
|
||||
"gu": ["en", "ch"],
|
||||
"gw": ["pt", "knf", "ff", "ff-Adlm"],
|
||||
"gy": ["en"],
|
||||
"hk": ["zh-Hant", "yue", "en", "zh"],
|
||||
"hm": ["und"],
|
||||
"hn": ["es", "en"],
|
||||
"hr": ["hr", "en", "it"],
|
||||
"ht": ["ht", "fr"],
|
||||
"hu": ["hu", "en", "de", "fr", "ro", "hr", "sk", "sl"],
|
||||
"ic": ["es"],
|
||||
"id": ["id", "jv", "su", "mad", "ms-Arab", "min", "bew", "ban", "bug", "bjn", "ace", "sas", "bbc", "zh-Hant", "mak", "ljp", "rej", "gor", "nij", "kge", "aoz", "kvr", "lbw", "gay", "rob", "mdr", "sxn", "sly", "mwv"],
|
||||
"ie": ["en", "ga", "fr"],
|
||||
"il": ["he", "en", "ar", "ru", "ro", "yi", "pl", "lad", "hu", "am", "ti", "ml"],
|
||||
"im": ["en", "gv"],
|
||||
"in": ["hi", "en", "bn", "te", "mr", "ta", "ur", "gu", "kn", "ml", "or", "pa", "bho", "awa", "as", "bgc", "mag", "mai", "mwr", "hne", "dcc", "bjj", "ne", "sat", "wtm", "rkt", "ks", "kok", "gom", "swv", "gbm", "lmn", "sd", "gon", "kfy", "doi", "kru", "sck", "wbq", "xnr", "khn", "tcy", "wbr", "brx", "noe", "bhb", "mni", "raj", "hoc", "mtr", "unr", "bhi", "hoj", "kha", "kfr", "grt", "unx", "bfy", "srx", "saz", "ccp", "sd-Deva", "bfq", "njo", "ria", "bo", "bpy", "bft", "bra", "lep", "btv", "lif", "lah", "sa", "kht", "dv", "dz"],
|
||||
"io": ["en"],
|
||||
"iq": ["ar", "en", "ckb", "az-Arab", "fa", "lrc", "syr"],
|
||||
"ir": ["fa", "az-Arab", "mzn", "glk", "ckb", "sdh", "tk", "lrc", "ar", "bal", "rmt", "bqi", "luz", "lki", "bgn", "prd", "hy", "ps", "ka", "gbz", "kk-Arab"],
|
||||
"is": ["is", "da"],
|
||||
"it": ["it", "en", "fr", "sc", "de", "vec", "nap", "lij", "scn", "sdc", "sl", "fur", "egl", "ca", "el", "lmo", "pms", "hr", "rgn"],
|
||||
"je": ["en"],
|
||||
"jm": ["en", "jam"],
|
||||
"jo": ["ar", "en"],
|
||||
"jp": ["ja", "ryu", "ko"],
|
||||
"ke": ["sw", "en", "ki", "luy", "luo", "kam", "kln", "guz", "mer", "mas", "ebu", "so", "dav", "teo", "pko", "om", "saq", "ar", "pa", "gu"],
|
||||
"kg": ["ky", "ru"],
|
||||
"kh": ["km", "cja", "kdt"],
|
||||
"ki": ["en", "gil"],
|
||||
"km": ["ar", "fr", "zdj", "wni"],
|
||||
"kn": ["en"],
|
||||
"kp": ["ko"],
|
||||
"kr": ["ko"],
|
||||
"kw": ["ar"],
|
||||
"ky": ["en"],
|
||||
"kz": ["ru", "kk", "en", "de", "ug-Cyrl"],
|
||||
"la": ["lo", "kjg", "kdt"],
|
||||
"lb": ["ar", "en", "hy", "ku-Arab", "fr"],
|
||||
"lc": ["en"],
|
||||
"li": ["de", "gsw", "wae"],
|
||||
"lk": ["si", "ta", "en"],
|
||||
"lr": ["en", "kpe", "vai", "men", "ff", "ff-Adlm", "vai-Latn"],
|
||||
"ls": ["st", "en", "zu", "ss", "xh"],
|
||||
"lt": ["lt", "ru", "en", "de", "sgs"],
|
||||
"lu": ["fr", "lb", "de", "en", "pt"],
|
||||
"lv": ["lv", "en", "ru", "ltg"],
|
||||
"ly": ["ar"],
|
||||
"ma": ["ary", "ar", "zgh", "fr", "en", "tzm", "shi", "shi-Latn", "rif", "rif-Latn", "es"],
|
||||
"mc": ["fr"],
|
||||
"md": ["ro", "uk", "bg", "gag", "ru"],
|
||||
"me": ["sr-Latn", "sq", "sr"],
|
||||
"mf": ["fr"],
|
||||
"mg": ["mg", "fr", "en"],
|
||||
"mh": ["en", "mh"],
|
||||
"mk": ["mk", "sq", "tr"],
|
||||
"ml": ["bm", "fr", "ffm", "snk", "mwk", "ses", "tmh", "bm-Nkoo", "khq", "dtm", "kao", "ar", "bmq", "bze"],
|
||||
"mm": ["my", "shn", "kac", "mnw", "kht"],
|
||||
"mn": ["mn", "kk-Arab", "zh", "ru", "ug-Cyrl"],
|
||||
"mo": ["zh-Hant", "pt", "zh", "en"],
|
||||
"mp": ["en", "ch"],
|
||||
"mq": ["fr"],
|
||||
"mr": ["ar", "fr", "ff", "wo", "ff-Adlm"],
|
||||
"ms": ["en"],
|
||||
"mt": ["mt", "en", "it", "fr"],
|
||||
"mu": ["mfe", "en", "bho", "ur", "fr", "ta"],
|
||||
"mv": ["dv"],
|
||||
"mw": ["en", "ny", "tum", "tog", "zu"],
|
||||
"mx": ["es", "en", "yua", "nhe", "nhw", "maz", "nch", "sei"],
|
||||
"my": ["ms", "en", "zh-Hant", "ta", "iba", "jv", "zmi", "dtp", "ml", "bug", "bjn"],
|
||||
"mz": ["pt", "vmw", "ndc", "ts", "ngl", "seh", "mgh", "rng", "ny", "yao", "sw", "zu"],
|
||||
"na": ["af", "kj", "ng", "naq", "hz", "en", "de", "tn"],
|
||||
"nc": ["fr"],
|
||||
"ne": ["ha", "fr", "dje", "fuq", "tmh", "ar", "twq", "ff", "ff-Adlm"],
|
||||
"nf": ["en"],
|
||||
"ng": ["en", "pcm", "ha", "ig", "yo", "fuv", "tiv", "efi", "ibb", "ha-Arab", "bin", "kaj", "kcg", "ar", "cch", "amo", "ff", "ff-Adlm"],
|
||||
"ni": ["es"],
|
||||
"nl": ["nl", "en", "de", "fr", "nds", "li", "fy", "gos", "id", "zea", "rif-Latn", "tr"],
|
||||
"no": ["nb", "nn", "se"],
|
||||
"np": ["ne", "mai", "bho", "new", "jml", "en", "dty", "awa", "thl", "bap", "tdg", "thr", "lif", "mgp", "thq", "mrd", "bfy", "xsr", "rjs", "taj", "hi", "gvr", "bo", "tkt", "tdh", "bn", "unr-Deva", "lep"],
|
||||
"nr": ["en", "na"],
|
||||
"nu": ["en", "niu"],
|
||||
"nz": ["en", "mi"],
|
||||
"om": ["ar", "bal", "fa"],
|
||||
"pa": ["es", "en", "zh-Hant"],
|
||||
"pe": ["es", "qu", "ay"],
|
||||
"pf": ["fr", "ty", "zh-Hant"],
|
||||
"pg": ["tpi", "en", "ho"],
|
||||
"ph": ["en", "fil", "es", "ceb", "ilo", "hil", "bik", "war", "bhk", "pam", "pag", "mdh", "tsg", "zh-Hant", "cps", "krj", "bto", "hnn", "tbw", "bku"],
|
||||
"pk": ["ur", "pa-Arab", "en", "lah", "ps", "sd", "skr", "bal", "brh", "hno", "fa", "bgn", "hnd", "tg-Arab", "gju", "bft", "kvx", "khw", "mvy", "gjk", "kxp", "ks", "btv"],
|
||||
"pl": ["pl", "en", "de", "ru", "szl", "be", "uk", "csb", "sli", "lt"],
|
||||
"pm": ["fr", "en"],
|
||||
"pn": ["en"],
|
||||
"pr": ["es", "en"],
|
||||
"ps": ["ar"],
|
||||
"pt": ["pt", "en", "fr", "es", "gl"],
|
||||
"pw": ["pau", "en"],
|
||||
"py": ["gn", "es", "de"],
|
||||
"qa": ["ar", "fa", "ml"],
|
||||
"re": ["fr", "rcf", "ta"],
|
||||
"ro": ["ro", "en", "fr", "es", "hu", "de", "tr", "sr-Latn", "bg", "el", "pl"],
|
||||
"rs": ["sr", "sr-Latn", "sq", "hu", "ro", "hr", "sk", "uk"],
|
||||
"ru": ["ru", "tt", "ba", "cv", "hy", "ce", "av", "udm", "chm", "os", "sah", "kbd", "myv", "dar", "bua", "mdf", "kum", "kv", "lez", "krc", "inh", "tyv", "az-Cyrl", "ady", "krl", "lbe", "koi", "mrj", "alt", "fi", "sr-Latn", "vep", "mn", "izh", "cu", "vot"],
|
||||
"rw": ["rw", "en", "fr"],
|
||||
"sa": ["ar", "ars"],
|
||||
"sb": ["en", "rug"],
|
||||
"sc": ["crs", "fr", "en"],
|
||||
"sd": ["ar", "en", "bej", "fvr", "ha-Arab", "mls", "fia", "zag"],
|
||||
"se": ["sv", "en", "fi", "fit", "se", "rmu", "yi", "smj", "sma", "ia"],
|
||||
"sg": ["en", "zh", "ms", "ta", "ml", "pa"],
|
||||
"sh": ["en"],
|
||||
"si": ["sl", "hr", "en", "de", "hu", "it"],
|
||||
"sj": ["nb", "ru"],
|
||||
"sk": ["sk", "cs", "en", "de", "hu", "uk", "pl"],
|
||||
"sl": ["kri", "en", "men", "tem", "ff", "ff-Adlm"],
|
||||
"sm": ["it", "eo"],
|
||||
"sn": ["wo", "fr", "ff", "srr", "dyo", "sav", "mfv", "bjt", "snf", "knf", "bsc", "mey", "tnr", "ff-Adlm"],
|
||||
"so": ["so", "ar", "sw", "om"],
|
||||
"sr": ["nl", "srn", "zh-Hant"],
|
||||
"ss": ["ar", "en", "nus"],
|
||||
"st": ["pt"],
|
||||
"sv": ["es"],
|
||||
"sx": ["en", "es", "vic", "nl"],
|
||||
"sy": ["ar", "ku", "fr", "hy", "syr"],
|
||||
"sz": ["en", "ss", "zu", "ts"],
|
||||
"ta": ["en"],
|
||||
"tc": ["en"],
|
||||
"td": ["fr", "ar"],
|
||||
"tf": ["fr"],
|
||||
"tg": ["fr", "ee", "ife"],
|
||||
"th": ["th", "en", "tts", "nod", "sou", "mfa", "zh-Hant", "kxm", "kdt", "mnw", "shn", "lcp", "lwl"],
|
||||
"tj": ["tg", "ru", "fa", "ar"],
|
||||
"tk": ["en", "tkl"],
|
||||
"tl": ["pt", "tet"],
|
||||
"tm": ["tk", "ru", "uz", "ku"],
|
||||
"tn": ["aeb", "ar", "fr"],
|
||||
"to": ["to", "en"],
|
||||
"tr": ["tr", "en", "ku", "zza", "kbd", "az", "az-Arab", "ar", "bgx", "bg", "ady", "kiu", "hy", "ka", "lzz", "sr-Latn", "sq", "ab", "el", "tru", "uz", "ky-Latn", "kk"],
|
||||
"tt": ["en", "es"],
|
||||
"tv": ["tvl", "en"],
|
||||
"tw": ["zh-Hant", "trv"],
|
||||
"tz": ["sw", "en", "suk", "nym", "kde", "bez", "ksb", "mas", "mgy", "asa", "lag", "jmc", "rof", "vun", "rwk", "sbp"],
|
||||
"ua": ["uk", "ru", "pl", "yi", "rue", "be", "crh", "ro", "bg", "tr", "hu", "el"],
|
||||
"ug": ["sw", "lg", "nyn", "cgg", "xog", "en", "teo", "laj", "ach", "myx", "rw", "ttj", "hi"],
|
||||
"um": ["en"],
|
||||
"us": ["en", "es", "zh-Hant", "fr", "de", "fil", "it", "vi", "ko", "ru", "nv", "yi", "pdc", "haw", "frc", "chr", "esu", "dak", "cho", "lkt", "ik", "mus", "cic", "osa"],
|
||||
"uy": ["es"],
|
||||
"uz": ["uz", "uz-Cyrl", "ru", "kaa", "tr"],
|
||||
"va": ["it", "la"],
|
||||
"vc": ["en"],
|
||||
"ve": ["es"],
|
||||
"vg": ["en"],
|
||||
"vi": ["en"],
|
||||
"vn": ["vi", "zh-Hant", "cjm"],
|
||||
"vu": ["bi", "en", "fr"],
|
||||
"wf": ["wls", "fr", "fud"],
|
||||
"ws": ["sm", "en"],
|
||||
"xk": ["sq", "aln", "sr", "sr-Latn"],
|
||||
"ye": ["ar", "en"],
|
||||
"yt": ["swb", "fr", "buc", "sw"],
|
||||
"za": ["en", "zu", "xh", "af", "nso", "tn", "st", "ts", "ss", "ve", "hi", "nr", "sw"],
|
||||
"zm": ["bem", "en", "ny", "loz"],
|
||||
"zw": ["sn", "en", "nd", "mxc", "ndc", "kck", "ny", "ve", "tn"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,258 @@
|
||||
{
|
||||
"ac": ["en"],
|
||||
"ad": ["ca", "es", "fr"],
|
||||
"ae": ["ar", "en", "ml", "ps", "bal", "fa"],
|
||||
"af": ["fa", "ps", "haz", "uz-Arab", "tk", "prd", "bal", "bgn", "ug", "kk-Arab"],
|
||||
"ag": ["en", "pt"],
|
||||
"ai": ["en"],
|
||||
"al": ["sq", "el", "mk"],
|
||||
"am": ["hy", "ku", "az"],
|
||||
"ao": ["pt", "umb", "kmb", "ln"],
|
||||
"aq": ["und"],
|
||||
"ar": ["es", "en", "cy", "gn"],
|
||||
"as": ["sm", "en"],
|
||||
"at": ["de", "bar", "en", "fr", "it", "hr", "sl", "hu"],
|
||||
"au": ["en", "zh-Hant", "it", "wbp"],
|
||||
"aw": ["nl", "pap", "en"],
|
||||
"ax": ["sv"],
|
||||
"az": ["az", "az-Cyrl", "tly", "ku", "ttt", "tkr"],
|
||||
"ba": ["bs", "bs-Cyrl", "en", "hr", "sr", "sr-Latn"],
|
||||
"bb": ["en"],
|
||||
"bd": ["bn", "en", "rkt", "syl", "ccp", "my", "grt", "mro", "mni"],
|
||||
"be": ["en", "nl", "fr", "de", "vls", "wa"],
|
||||
"bf": ["mos", "dyu", "fr", "ff", "ff-Adlm"],
|
||||
"bg": ["bg", "en", "ru", "tr", "de"],
|
||||
"bh": ["ar", "ml"],
|
||||
"bi": ["rn", "fr", "sw", "en"],
|
||||
"bj": ["fr", "fon", "yo"],
|
||||
"bl": ["fr"],
|
||||
"bm": ["en"],
|
||||
"bn": ["ms", "zh-Hant", "ms-Arab", "en"],
|
||||
"bo": ["es", "qu", "ay", "gn", "aro"],
|
||||
"bq": ["pap", "nl"],
|
||||
"br": ["pt", "en", "de", "it", "ja", "es", "ko", "kgp", "gub", "yrl", "xav"],
|
||||
"bs": ["en"],
|
||||
"bt": ["dz", "ne", "tsj", "en", "lep"],
|
||||
"bv": ["und"],
|
||||
"bw": ["en", "tn", "af"],
|
||||
"by": ["be", "ru"],
|
||||
"bz": ["en", "es"],
|
||||
"ca": ["en", "fr", "it", "de", "pdt", "cr", "crk", "yi", "iu", "iu-Latn", "moe", "crj", "atj", "crl", "csw", "crm", "ikt", "moh", "dgr", "den", "scs", "nsk", "chp", "gwi"],
|
||||
"cc": ["ms-Arab", "en"],
|
||||
"cd": ["sw", "lua", "fr", "ln", "lu", "kg", "lol", "rw"],
|
||||
"cf": ["fr", "sg", "ln"],
|
||||
"cg": ["fr", "ln"],
|
||||
"ch": ["de", "gsw", "en", "fr", "it", "lmo", "pt", "rm", "rmo", "wae"],
|
||||
"ci": ["fr", "bci", "sef", "dnj", "kfo", "bqv"],
|
||||
"ck": ["en"],
|
||||
"cl": ["es", "en", "arn"],
|
||||
"cm": ["fr", "en", "bum", "ff", "ewo", "ybb", "bbj", "nnh", "bkm", "bas", "bax", "byv", "mua", "maf", "bfd", "bss", "kkj", "dua", "mgo", "ar", "jgo", "ksf", "agq", "ha-Arab", "nmg", "yav", "ff-Adlm"],
|
||||
"cn": ["zh", "wuu", "yue-Hans", "hsn", "hak", "nan", "gan", "ii", "ug", "za", "mn-Mong", "bo", "ko", "kk-Arab", "lis", "ky-Arab", "nxq", "khb", "tdd", "lcp", "en", "ru", "vi", "uz-Cyrl", "lzh"],
|
||||
"co": ["es", "guc"],
|
||||
"cp": ["und"],
|
||||
"cr": ["es"],
|
||||
"cu": ["es"],
|
||||
"cv": ["kea", "pt"],
|
||||
"cw": ["pap", "nl", "es"],
|
||||
"cx": ["en"],
|
||||
"cy": ["el", "en", "tr", "fr", "hy", "ar"],
|
||||
"cz": ["cs", "en", "sk", "de", "pl"],
|
||||
"de": ["de", "en", "fr", "bar", "nds", "nl", "it", "es", "ru", "vmf", "tr", "gsw", "da", "swg", "hr", "ku", "el", "ksh", "pl", "hsb", "frr", "dsb", "frs", "stq", "pfl"],
|
||||
"dg": ["en"],
|
||||
"dj": ["aa", "so", "ar", "fr"],
|
||||
"dk": ["da", "en", "de", "sv", "fo", "kl", "jut"],
|
||||
"dm": ["en"],
|
||||
"do": ["es", "en"],
|
||||
"dz": ["arq", "ar", "fr", "kab", "en"],
|
||||
"ea": ["es"],
|
||||
"ec": ["es", "qu", "qug"],
|
||||
"ee": ["et", "ru", "en", "fi", "vro"],
|
||||
"eg": ["ar", "arz", "en", "el"],
|
||||
"eh": ["ar"],
|
||||
"er": ["ti", "en", "tig", "ar", "aa", "ssy", "byn"],
|
||||
"es": ["es", "en", "ca", "gl", "eu", "ast", "ext", "an"],
|
||||
"et": ["en", "am", "om", "so", "ti", "sid", "wal", "aa"],
|
||||
"fi": ["fi", "en", "sv", "de", "ru", "et", "rmf", "se", "smn", "sms"],
|
||||
"fj": ["en", "hi", "hif", "fj", "rtm"],
|
||||
"fk": ["en"],
|
||||
"fm": ["en", "chk", "pon", "kos", "yap", "uli"],
|
||||
"fo": ["fo"],
|
||||
"fr": ["fr", "en", "es", "de", "oc", "it", "pt", "pcd", "gsw", "br", "co", "ca", "eu", "nl", "frp", "ia"],
|
||||
"ga": ["fr", "puu"],
|
||||
"gb": ["en", "fr", "de", "sco", "pa", "cy", "bn", "zh-Hant", "syl", "el", "it", "ks", "gd", "yi", "ml", "ga", "kw"],
|
||||
"gd": ["en"],
|
||||
"ge": ["ka", "xmf", "ru", "hy", "ab", "os", "ku"],
|
||||
"gf": ["fr", "gcr", "zh-Hant"],
|
||||
"gg": ["en"],
|
||||
"gh": ["ak", "en", "ee", "abr", "gur", "ada", "gaa", "nzi", "ha", "saf", "ff", "ff-Adlm"],
|
||||
"gi": ["en", "es"],
|
||||
"gl": ["kl", "da"],
|
||||
"gm": ["en", "man", "ff", "ff-Adlm"],
|
||||
"gn": ["fr", "ff", "man-Nkoo", "sus", "nqo", "kpe", "ff-Adlm"],
|
||||
"gp": ["fr"],
|
||||
"gq": ["es", "fan", "fr", "bvb", "pt"],
|
||||
"gr": ["el", "en", "fr", "de", "pnt", "mk", "tr", "bg", "sq", "tsd"],
|
||||
"gs": ["und"],
|
||||
"gt": ["es", "quc"],
|
||||
"gu": ["en", "ch"],
|
||||
"gw": ["pt", "knf", "ff", "ff-Adlm"],
|
||||
"gy": ["en"],
|
||||
"hk": ["zh-Hant", "yue", "en", "zh"],
|
||||
"hm": ["und"],
|
||||
"hn": ["es", "en"],
|
||||
"hr": ["hr", "en", "it"],
|
||||
"ht": ["ht", "fr"],
|
||||
"hu": ["hu", "en", "de", "fr", "ro", "hr", "sk", "sl"],
|
||||
"ic": ["es"],
|
||||
"id": ["id", "jv", "su", "mad", "ms-Arab", "min", "bew", "ban", "bug", "bjn", "ace", "sas", "bbc", "zh-Hant", "mak", "ljp", "rej", "gor", "nij", "kge", "aoz", "kvr", "lbw", "gay", "rob", "mdr", "sxn", "sly", "mwv"],
|
||||
"ie": ["en", "ga", "fr"],
|
||||
"il": ["he", "en", "ar", "ru", "ro", "yi", "pl", "lad", "hu", "am", "ti", "ml"],
|
||||
"im": ["en", "gv"],
|
||||
"in": ["hi", "en", "bn", "te", "mr", "ta", "ur", "gu", "kn", "ml", "or", "pa", "bho", "awa", "as", "bgc", "mag", "mai", "mwr", "hne", "dcc", "bjj", "ne", "sat", "wtm", "rkt", "ks", "kok", "gom", "swv", "gbm", "lmn", "sd", "gon", "kfy", "doi", "kru", "sck", "wbq", "xnr", "khn", "tcy", "wbr", "brx", "noe", "bhb", "mni", "raj", "hoc", "mtr", "unr", "bhi", "hoj", "kha", "kfr", "grt", "unx", "bfy", "srx", "saz", "ccp", "sd-Deva", "bfq", "njo", "ria", "bo", "bpy", "bft", "bra", "lep", "btv", "lif", "lah", "sa", "kht", "dv", "dz"],
|
||||
"io": ["en"],
|
||||
"iq": ["ar", "en", "ckb", "az-Arab", "fa", "lrc", "syr"],
|
||||
"ir": ["fa", "az-Arab", "mzn", "glk", "ckb", "sdh", "tk", "lrc", "ar", "bal", "rmt", "bqi", "luz", "lki", "bgn", "prd", "hy", "ps", "ka", "gbz", "kk-Arab"],
|
||||
"is": ["is", "da"],
|
||||
"it": ["it", "en", "fr", "sc", "de", "vec", "nap", "lij", "scn", "sdc", "sl", "fur", "egl", "ca", "el", "lmo", "pms", "hr", "rgn"],
|
||||
"je": ["en"],
|
||||
"jm": ["en", "jam"],
|
||||
"jo": ["ar", "en"],
|
||||
"jp": ["ja", "ryu", "ko"],
|
||||
"ke": ["sw", "en", "ki", "luy", "luo", "kam", "kln", "guz", "mer", "mas", "ebu", "so", "dav", "teo", "pko", "om", "saq", "ar", "pa", "gu"],
|
||||
"kg": ["ky", "ru"],
|
||||
"kh": ["km", "cja", "kdt"],
|
||||
"ki": ["en", "gil"],
|
||||
"km": ["ar", "fr", "zdj", "wni"],
|
||||
"kn": ["en"],
|
||||
"kp": ["ko"],
|
||||
"kr": ["ko"],
|
||||
"kw": ["ar"],
|
||||
"ky": ["en"],
|
||||
"kz": ["ru", "kk", "en", "de", "ug-Cyrl"],
|
||||
"la": ["lo", "kjg", "kdt"],
|
||||
"lb": ["ar", "en", "hy", "ku-Arab", "fr"],
|
||||
"lc": ["en"],
|
||||
"li": ["de", "gsw", "wae"],
|
||||
"lk": ["si", "ta", "en"],
|
||||
"lr": ["en", "kpe", "vai", "men", "ff", "ff-Adlm", "vai-Latn"],
|
||||
"ls": ["st", "en", "zu", "ss", "xh"],
|
||||
"lt": ["lt", "ru", "en", "de", "sgs"],
|
||||
"lu": ["fr", "lb", "de", "en", "pt"],
|
||||
"lv": ["lv", "en", "ru", "ltg"],
|
||||
"ly": ["ar"],
|
||||
"ma": ["ary", "ar", "zgh", "fr", "en", "tzm", "shi", "shi-Latn", "rif", "rif-Latn", "es"],
|
||||
"mc": ["fr"],
|
||||
"md": ["ro", "uk", "bg", "gag", "ru"],
|
||||
"me": ["sr-Latn", "sq", "sr"],
|
||||
"mf": ["fr"],
|
||||
"mg": ["mg", "fr", "en"],
|
||||
"mh": ["en", "mh"],
|
||||
"mk": ["mk", "sq", "tr"],
|
||||
"ml": ["bm", "fr", "ffm", "snk", "mwk", "ses", "tmh", "bm-Nkoo", "khq", "dtm", "kao", "ar", "bmq", "bze"],
|
||||
"mm": ["my", "shn", "kac", "mnw", "kht"],
|
||||
"mn": ["mn", "kk-Arab", "zh", "ru", "ug-Cyrl"],
|
||||
"mo": ["zh-Hant", "pt", "zh", "en"],
|
||||
"mp": ["en", "ch"],
|
||||
"mq": ["fr"],
|
||||
"mr": ["ar", "fr", "ff", "wo", "ff-Adlm"],
|
||||
"ms": ["en"],
|
||||
"mt": ["mt", "en", "it", "fr"],
|
||||
"mu": ["mfe", "en", "bho", "ur", "fr", "ta"],
|
||||
"mv": ["dv"],
|
||||
"mw": ["en", "ny", "tum", "tog", "zu"],
|
||||
"mx": ["es", "en", "yua", "nhe", "nhw", "maz", "nch", "sei"],
|
||||
"my": ["ms", "en", "zh-Hant", "ta", "iba", "jv", "zmi", "dtp", "ml", "bug", "bjn"],
|
||||
"mz": ["pt", "vmw", "ndc", "ts", "ngl", "seh", "mgh", "rng", "ny", "yao", "sw", "zu"],
|
||||
"na": ["af", "kj", "ng", "naq", "hz", "en", "de", "tn"],
|
||||
"nc": ["fr"],
|
||||
"ne": ["ha", "fr", "dje", "fuq", "tmh", "ar", "twq", "ff", "ff-Adlm"],
|
||||
"nf": ["en"],
|
||||
"ng": ["en", "pcm", "ha", "ig", "yo", "fuv", "tiv", "efi", "ibb", "ha-Arab", "bin", "kaj", "kcg", "ar", "cch", "amo", "ff", "ff-Adlm"],
|
||||
"ni": ["es"],
|
||||
"nl": ["nl", "en", "de", "fr", "nds", "li", "fy", "gos", "id", "zea", "rif-Latn", "tr"],
|
||||
"no": ["nb", "nn", "se"],
|
||||
"np": ["ne", "mai", "bho", "new", "jml", "en", "dty", "awa", "thl", "bap", "tdg", "thr", "lif", "mgp", "thq", "mrd", "bfy", "xsr", "rjs", "taj", "hi", "gvr", "bo", "tkt", "tdh", "bn", "unr-Deva", "lep"],
|
||||
"nr": ["en", "na"],
|
||||
"nu": ["en", "niu"],
|
||||
"nz": ["en", "mi"],
|
||||
"om": ["ar", "bal", "fa"],
|
||||
"pa": ["es", "en", "zh-Hant"],
|
||||
"pe": ["es", "qu", "ay"],
|
||||
"pf": ["fr", "ty", "zh-Hant"],
|
||||
"pg": ["tpi", "en", "ho"],
|
||||
"ph": ["en", "fil", "es", "ceb", "ilo", "hil", "bik", "war", "bhk", "pam", "pag", "mdh", "tsg", "zh-Hant", "cps", "krj", "bto", "hnn", "tbw", "bku"],
|
||||
"pk": ["ur", "pa-Arab", "en", "lah", "ps", "sd", "skr", "bal", "brh", "hno", "fa", "bgn", "hnd", "tg-Arab", "gju", "bft", "kvx", "khw", "mvy", "gjk", "kxp", "ks", "btv"],
|
||||
"pl": ["pl", "en", "de", "ru", "szl", "be", "uk", "csb", "sli", "lt"],
|
||||
"pm": ["fr", "en"],
|
||||
"pn": ["en"],
|
||||
"pr": ["es", "en"],
|
||||
"ps": ["ar"],
|
||||
"pt": ["pt", "en", "fr", "es", "gl"],
|
||||
"pw": ["pau", "en"],
|
||||
"py": ["gn", "es", "de"],
|
||||
"qa": ["ar", "fa", "ml"],
|
||||
"re": ["fr", "rcf", "ta"],
|
||||
"ro": ["ro", "en", "fr", "es", "hu", "de", "tr", "sr-Latn", "bg", "el", "pl"],
|
||||
"rs": ["sr", "sr-Latn", "sq", "hu", "ro", "hr", "sk", "uk"],
|
||||
"ru": ["ru", "tt", "ba", "cv", "hy", "ce", "av", "udm", "chm", "os", "sah", "kbd", "myv", "dar", "bua", "mdf", "kum", "kv", "lez", "krc", "inh", "tyv", "az-Cyrl", "ady", "krl", "lbe", "koi", "mrj", "alt", "fi", "sr-Latn", "vep", "mn", "izh", "cu", "vot"],
|
||||
"rw": ["rw", "en", "fr"],
|
||||
"sa": ["ar", "ars"],
|
||||
"sb": ["en", "rug"],
|
||||
"sc": ["crs", "fr", "en"],
|
||||
"sd": ["ar", "en", "bej", "fvr", "ha-Arab", "mls", "fia", "zag"],
|
||||
"se": ["sv", "en", "fi", "fit", "se", "rmu", "yi", "smj", "sma", "ia"],
|
||||
"sg": ["en", "zh", "ms", "ta", "ml", "pa"],
|
||||
"sh": ["en"],
|
||||
"si": ["sl", "hr", "en", "de", "hu", "it"],
|
||||
"sj": ["nb", "ru"],
|
||||
"sk": ["sk", "cs", "en", "de", "hu", "uk", "pl"],
|
||||
"sl": ["kri", "en", "men", "tem", "ff", "ff-Adlm"],
|
||||
"sm": ["it", "eo"],
|
||||
"sn": ["wo", "fr", "ff", "srr", "dyo", "sav", "mfv", "bjt", "snf", "knf", "bsc", "mey", "tnr", "ff-Adlm"],
|
||||
"so": ["so", "ar", "sw", "om"],
|
||||
"sr": ["nl", "srn", "zh-Hant"],
|
||||
"ss": ["ar", "en", "nus"],
|
||||
"st": ["pt"],
|
||||
"sv": ["es"],
|
||||
"sx": ["en", "es", "vic", "nl"],
|
||||
"sy": ["ar", "ku", "fr", "hy", "syr"],
|
||||
"sz": ["en", "ss", "zu", "ts"],
|
||||
"ta": ["en"],
|
||||
"tc": ["en"],
|
||||
"td": ["fr", "ar"],
|
||||
"tf": ["fr"],
|
||||
"tg": ["fr", "ee", "ife"],
|
||||
"th": ["th", "en", "tts", "nod", "sou", "mfa", "zh-Hant", "kxm", "kdt", "mnw", "shn", "lcp", "lwl"],
|
||||
"tj": ["tg", "ru", "fa", "ar"],
|
||||
"tk": ["en", "tkl"],
|
||||
"tl": ["pt", "tet"],
|
||||
"tm": ["tk", "ru", "uz", "ku"],
|
||||
"tn": ["aeb", "ar", "fr"],
|
||||
"to": ["to", "en"],
|
||||
"tr": ["tr", "en", "ku", "zza", "kbd", "az", "az-Arab", "ar", "bgx", "bg", "ady", "kiu", "hy", "ka", "lzz", "sr-Latn", "sq", "ab", "el", "tru", "uz", "ky-Latn", "kk"],
|
||||
"tt": ["en", "es"],
|
||||
"tv": ["tvl", "en"],
|
||||
"tw": ["zh-Hant", "trv"],
|
||||
"tz": ["sw", "en", "suk", "nym", "kde", "bez", "ksb", "mas", "mgy", "asa", "lag", "jmc", "rof", "vun", "rwk", "sbp"],
|
||||
"ua": ["uk", "ru", "pl", "yi", "rue", "be", "crh", "ro", "bg", "tr", "hu", "el"],
|
||||
"ug": ["sw", "lg", "nyn", "cgg", "xog", "en", "teo", "laj", "ach", "myx", "rw", "ttj", "hi"],
|
||||
"um": ["en"],
|
||||
"us": ["en", "es", "zh-Hant", "fr", "de", "fil", "it", "vi", "ko", "ru", "nv", "yi", "pdc", "haw", "frc", "chr", "esu", "dak", "cho", "lkt", "ik", "mus", "cic", "osa"],
|
||||
"uy": ["es"],
|
||||
"uz": ["uz", "uz-Cyrl", "ru", "kaa", "tr"],
|
||||
"va": ["it", "la"],
|
||||
"vc": ["en"],
|
||||
"ve": ["es"],
|
||||
"vg": ["en"],
|
||||
"vi": ["en"],
|
||||
"vn": ["vi", "zh-Hant", "cjm"],
|
||||
"vu": ["bi", "en", "fr"],
|
||||
"wf": ["wls", "fr", "fud"],
|
||||
"ws": ["sm", "en"],
|
||||
"xk": ["sq", "aln", "sr", "sr-Latn"],
|
||||
"ye": ["ar", "en"],
|
||||
"yt": ["swb", "fr", "buc", "sw"],
|
||||
"za": ["en", "zu", "xh", "af", "nso", "tn", "st", "ts", "ss", "ve", "hi", "nr", "sw"],
|
||||
"zm": ["bem", "en", "ny", "loz"],
|
||||
"zw": ["sn", "en", "nd", "mxc", "ndc", "kck", "ny", "ve", "tn"]
|
||||
}
|
||||
Reference in New Issue
Block a user