Some flexibility changes

This commit is contained in:
Henrique Santiago
2012-08-27 04:47:08 -03:00
parent e5df872600
commit 5a367cfe27
4 changed files with 31 additions and 5 deletions

View File

@@ -143,6 +143,10 @@ function Locales.setLocale(name)
return true
end
function Locales.getComboBox()
return localeComboBox
end
-- global function used to translate texts
function tr(text, ...)
if currentLocale then