Module:category tree/lang: Difference between revisions

Created page with "-- This module contains a list of languages with lang-specific modules. local langs_with_modules = { } return langs_with_modules"
 
No edit summary
Line 1: Line 1:
-- This module contains a list of languages with lang-specific modules.
-- This module contains a list of languages with lang-specific modules.


local langs_with_modules = {
local langs_with_modules = require("Module.table").listToSet{
 
"snon"
}
}


return langs_with_modules
return langs_with_modules