ข้ามไปเนื้อหา

มอดูล:wikimedia languages/data

จาก วิกิพจนานุกรม พจนานุกรมเสรี


local m = {}

--[=[
This table maps *FROM* Wikimedia language codes (used in lang-specific Wikipedias and Wiktionaries) into English Wiktionary language codes.

See also the following:
* `interwiki_langs` in [[Module:translations/data]], which maps in the other direction (from English Wiktionary codes to foreign Wiktionaries),
   specifically for {{t+}};
* the `wiktprefix` field of the `metadata` variable in [[MediaWiki:Gadget-TranslationAdder-Data.js]], which also maps from English Wiktionary
  codes to foreign Wiktionaries for use with the TranslationAdder gadget;
* the `clean` variable in [[MediaWiki:Gadget-TranslationAdder-Data.js]], which maps from user-entered foreign Wiktionary codes or names to
  English Wiktionary codes for use with the TranslationAdder gadget;
* the `wikimedia_codes` field of the language data in e.g. [[Module:languages/data/2]], which also maps from English Wiktionary codes to
  Wikimedia language codes.
]=]

m["als"] = {
	wiktionary_code = "gsw",
}

m["azb"] = {
	"อาเซอร์ไบจานใต้",
	wiktionary_code = "az",
}

m["bat-smg"] = {
	wiktionary_code = "sgs",
}

m["be-tarask"] = {
	"เบลารุสแบบตารัชเกียวิช",
	wiktionary_code = "be",
}

m["bs"] = {
	"บอสเนีย",
	wiktionary_code = "sh",
}

m["bxr"] = {
	wiktionary_code = "bua",
}

m["diq"] = {
	wiktionary_code = "zza",
}

m["eml"] = {
	"เอมีลีอาโน-โรมัญโญโล",
	wiktionary_code = "egl",
}

m["fiu-vro"] = {
	wiktionary_code = "vro",
}

m["gn"] = {
	"กัวรานี",
	wiktionary_code = "gug",
}

m["gom"] = {
	"Goan Konkani",
	wiktionary_code = "kok",
}

m["hr"] = {
	"โครเอเชีย",
	wiktionary_code = "sh",
}

m["hu-formal"] = {
	"ฮังการีทางการ",
	wiktionary_code = "hu",
}

m["ksh"] = {
	wiktionary_code = "gmw-cfr",
}

m["ku"] = {
	"เคิร์ด",
	wiktionary_code = "kmr",
}

m["kv"] = {
	"โคมี",
	wiktionary_code = "kpv",
}

m["nrm"] = {
	wiktionary_code = "nrf",
}

m["prs"] = {
	wiktionary_code = "fa",
}

m["roa-rup"] = {
	wiktionary_code = "rup",
}

m["roa-tara"] = {
	wiktionary_code = "roa-tar",
}

m["simple"] = {
	"อังกฤษอย่างง่าย",
	wiktionary_code = "en",
}

m["sr"] = {
	"เซอร์เบีย",
	wiktionary_code = "sh",
}

m["zh-classical"] = {
	wiktionary_code = "ltc",
}

m["zh-min-nan"] = {
	"หมิ่นใต้",
	wiktionary_code = "nan-hbl",
}

m["zh-yue"] = {
	wiktionary_code = "yue",
}

return m