Module:labels/data/lang: Difference between revisions

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
Melinoë (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
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,
["snon"] = true,
["knra"] = true,
["sdno"] = true,
}
}