Module:labels/data/lang: Difference between revisions

From Linguifex
Jump to navigation Jump to search
Melinoë (talk | contribs)
No edit summary
No edit summary
Line 4: Line 4:
["siwa"] = true,
["siwa"] = true,
["snon"] = true,
["snon"] = true,
["knra"] = true,
}
}



Revision as of 09:59, 17 May 2026



-- 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,
}