Added a Windows locale association for 'uk'.
This commit is contained in:
parent
e825aa383d
commit
d285ec4329
1 changed files with 2 additions and 0 deletions
|
@ -90,6 +90,8 @@
|
|||
win_locale = "Filipino";
|
||||
if(win_locale=="tr")
|
||||
win_locale = "Turkish";
|
||||
if(win_locale=="uk")
|
||||
win_locale = "Ukrainian";
|
||||
if(win_locale=="vi")
|
||||
win_locale = "Vietnamese";
|
||||
if(win_locale=="zh")
|
||||
|
|
Loading…
Add table
Reference in a new issue