Fixed: Define right value for Russian and Spanish in UI:TEMP:LANGUAGE
This commit is contained in:
parent
514a6337c7
commit
9bc93eae36
1 changed files with 4 additions and 0 deletions
|
@ -151,6 +151,10 @@ function game:configInit()
|
|||
langNb = 2;
|
||||
elseif (lang == 'fr') then
|
||||
langNb = 1;
|
||||
elseif (lang == 'ru') then
|
||||
langNb = 3;
|
||||
elseif (lang == 'es') then
|
||||
langNb = 4;
|
||||
end
|
||||
|
||||
-- force observers call
|
||||
|
|
Loading…
Reference in a new issue