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 ], which maps in the other direction (from English Wiktionary codes to foreign Wiktionaries),
specifically for {{t+}};
* the `wiktprefix` field of the `metadata` variable in ], which also maps from English Wiktionary
codes to foreign Wiktionaries for use with the TranslationAdder gadget;
* the `wikimedia_codes` field of the language data in e.g. ], which also maps from English Wiktionary codes to
Wikimedia language codes.
]=]
m = {
wiktionary_code = "gsw",
}
m = {
wiktionary_code = "sgs",
}
m = {
"Taraškievica Belarusian",
wiktionary_code = "be",
}
m = {
"Bosnian",
wiktionary_code = "sh",
}
m = {
wiktionary_code = "bua",
}
m = {
wiktionary_code = "zza",
}
m = {
"Emiliano-Romagnolo",
wiktionary_code = "egl",
}
m = {
wiktionary_code = "vro",
}
m = {
"Croatian",
wiktionary_code = "sh",
}
m = {
wiktionary_code = "gmw-cfr",
}
m = {
"Kurdish",
wiktionary_code = "kmr",
}
m = {
"Komi",
wiktionary_code = "kpv",
}
m = {
wiktionary_code = "nrf",
}
m = {
wiktionary_code = "fa",
}
m = {
wiktionary_code = "rup",
}
m = {
wiktionary_code = "roa-tar",
}
m = {
"Simple English",
wiktionary_code = "en",
}
m = {
"Serbian",
wiktionary_code = "sh",
}
m = {
wiktionary_code = "ltc",
}
m = {
"Southern Min",
wiktionary_code = "nan-hbl",
}
m = {
wiktionary_code = "yue",
}
return m