- numeral system.

This commit is contained in:
Tercio
2015-11-04 12:25:54 -02:00
parent a453b800ef
commit 3ca239e03f
2 changed files with 3 additions and 3 deletions
+2 -2
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -92,7 +92,7 @@
--> try to auto detect the language
local symbol_1K, symbol_10K, symbol_1B
if (LibStub("AceLocale-3.0"):NewLocale ("Details", "koKR")) then --Korea
symbol_1K, symbol_10K, symbol_1B = "åƒ", "ë§Œ", "ì–µ"
symbol_1K, symbol_10K, symbol_1B = "천", "만", "억"
elseif (LibStub("AceLocale-3.0"):NewLocale ("Details", "zhCN")) then --China
symbol_1K, symbol_10K, symbol_1B = "åƒ", "万", "亿"
elseif (LibStub("AceLocale-3.0"):NewLocale ("Details", "zhTW")) then --Taiwan