Pt translations, flexibility changes

This commit is contained in:
Henrique Santiago
2012-08-26 06:10:48 -03:00
parent 3baf2b809d
commit 9b394785bb
5 changed files with 36 additions and 13 deletions

View File

@@ -139,6 +139,7 @@ function Locales.setLocale(name)
return false
end
currentLocale = locale
if Locales.onLocaleChanged then Locales.onLocaleChanged(name) end
return true
end