forked from github/server
locale change
This commit is contained in:
parent
79d0f255e2
commit
38ff80892f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ loadscript("default.lua")
|
|||
|
||||
function change_locales()
|
||||
-- local localechange = { }
|
||||
local localechange = { de = { "bb" } }
|
||||
local localechange = { de = { "bb" }, en = { "rtph" } }
|
||||
|
||||
for loc, flist in pairs(localechange) do
|
||||
for index, name in pairs(flist) do
|
||||
|
|
Loading…
Add table
Reference in a new issue