Module:labels/data/lang: Difference between revisions

From Linguifex
Jump to navigation Jump to search
Replaced content with "-- Table listing all of the languages with lang-specific labels modules. local langs_with_lang_specific_modules = { ["qlu"] = true } return { langs_with_lang_specific_modules = langs_with_lang_specific_modules, }"
Tag: Replaced
No edit summary
Line 1: Line 1:
-- Table listing all of the languages with lang-specific labels modules.
-- Table listing all of the languages with lang-specific labels modules.
local langs_with_lang_specific_modules = {
local langs_with_lang_specific_modules = {
["qlu"] = true
["qlu"] = true,
["siwa"] = true,
}
}



Revision as of 14:42, 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,
}

return {
	langs_with_lang_specific_modules = langs_with_lang_specific_modules,
}