vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 DHUD_locale = {};
2  
3 DHUD_TYPE_HUMANOID = "Humanoid"; -- not needed yet
4  
5 if ( GetLocale() == "frFR" ) then
6 DHUD_TYPE_HUMANOID = "Humanoide"; -- not needed yet
7 end
8  
9 if ( GetLocale() == "koKR" ) then
10 end
11  
12 if ( GetLocale() == "deDE") then
13 DHUD_TYPE_HUMANOID = "Humanoid"; -- not needed yet
14 end