Module:Sandbox/LVL: Difference between revisions

LVL (talk | contribs)
No edit summary
LVL (talk | contribs)
No edit summary
Line 21: Line 21:
function get_lang_file(lang_code)
function get_lang_file(lang_code)
     -- For testing purposes, always load the sandbox data regardless of language code.
     -- For testing purposes, always load the sandbox data regardless of language code.
     return mw.loadJsonData("Data:Sandbox/Lang.json")
     return mw.loadJsonData("Data:Sandbox.json")
end
end