Module:Sandbox/LVL: Difference between revisionsGive feedback
Jump to navigation
Jump to search
No edit summary |
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 | return mw.loadJsonData("Data:Sandbox.json") | ||
end | end | ||