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