Associate the correct Windows locale with 'tr'.

This commit is contained in:
Steven Panek 2011-02-28 21:45:41 +00:00
parent 6edcc85bc3
commit 566ed8e849

View file

@ -75,7 +75,7 @@
if(win_locale=="tl")
win_locale = "C";
if(win_locale=="tr")
win_locale = "Urdu";
win_locale = "Turkish";
if(win_locale=="zh")
win_locale = "Chinese";