Module:labels/data/lang

From Linguifex
Revision as of 09:59, 17 May 2026 by Sware (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


-- Table listing all of the languages with lang-specific labels modules.
local langs_with_lang_specific_modules = {
	["qlu"] = true,
	["siwa"] = true,
	["snon"] = true,
	["knra"] = true,
}

return {
	langs_with_lang_specific_modules = langs_with_lang_specific_modules,
}