Chore: update language translations, partial fix of #841
This commit is contained in:
parent
91892d50c5
commit
9252aafa2d
3 changed files with 623 additions and 214 deletions
|
@ -50,8 +50,11 @@ async function fetchRegularLanguages() {
|
|||
const result = await Utils.downloadJson(url, { "User-Agent": "MapComplete script" })
|
||||
const bindings = <LanguageSpecResult[]>result.results.bindings
|
||||
|
||||
// Traditional chinese = 繁體中文 or 正體中文
|
||||
const zh_hant = await fetchSpecial(18130932, "zh_Hant")
|
||||
const zh_hans = await fetchSpecial(13414913, "zh_Hant")
|
||||
|
||||
// Simplified chinese = 簡體中文 or 简体中文(
|
||||
const zh_hans = await fetchSpecial(13414913, "zh_Hans")
|
||||
const pt_br = await fetchSpecial(750553, "pt_BR")
|
||||
const punjabi = await fetchSpecial(58635, "pa_PK")
|
||||
const Shahmukhi = await Wikidata.LoadWikidataEntryAsync(133800)
|
||||
|
|
|
@ -6,12 +6,13 @@
|
|||
"en": "English",
|
||||
"eo": "Esperanto",
|
||||
"es": "español",
|
||||
"eu": "euskara",
|
||||
"fi": "suomi",
|
||||
"fr": "français",
|
||||
"gl": "lingua galega",
|
||||
"he": "עברית",
|
||||
"hu": "magyar",
|
||||
"id": "Bahasa Indonesia",
|
||||
"id": "bahasa Indonesia",
|
||||
"it": "italiano",
|
||||
"ja": "日本語",
|
||||
"nb_NO": "bokmål",
|
||||
|
@ -22,5 +23,6 @@
|
|||
"ru": "русский язык",
|
||||
"sl": "slovenščina",
|
||||
"sv": "svenska",
|
||||
"zh_Hant": "簡體中文"
|
||||
"zh_Hans": "简体中文",
|
||||
"zh_Hant": "繁體中文"
|
||||
}
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue