Module:labels/data/lang: Difference between revisions

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



Latest revision as of 17:29, 29 April 2026

Documentation for this module may be created at Module:labels/data/lang/doc

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

return {
	langs_with_lang_specific_modules = langs_with_lang_specific_modules,
}