Associate 'tl' with its Windows locale.

This commit is contained in:
Steven Panek 2011-02-28 22:47:25 +00:00
parent 14213a9d6b
commit 4e5bc535e3

View file

@ -77,7 +77,7 @@
if(win_locale=="sv")
win_locale = "Swedish";
if(win_locale=="tl")
win_locale = "C";
win_locale = "Filipino";
if(win_locale=="tr")
win_locale = "Turkish";
if(win_locale=="vi")