for key, value in SCT.CustomEvents do
--default class found to true
classfound = true;
--check if they want to see it for this class
if (value.class) then
--if want to filter by class, default to false
classfound = false;
for key2, class in value.class do
if GetLocale() == "koKR" then
if (UnitClass("player") == class) then
classfound = true;
break;
end
else
if (strlower(UnitClass("player")) == strlower(class)) then
classfound = true;
break;
end
end
end
end
--if ok
if (classfound) then
if GetLocale() == "koKR" and string.find(arg1, "(.+)|1이;가;") then
return;
end
-------------------------------------------------------------------------------------------------------------
0
sct & sctd installed..
about screenshot
message config scroll not show.
sct only installed. message config showed.
0
--$Id: OneBag.lua 9193 2006-08-26 13:17:10Z kaelten $
dafire post is same ;;;;
0
Korean locale is deleted, onebag is used.
I don't know reason.
0
sct.lua line 564
for key, value in SCT.CustomEvents do
--default class found to true
classfound = true;
--check if they want to see it for this class
if (value.class) then
--if want to filter by class, default to false
classfound = false;
for key2, class in value.class do
if GetLocale() == "koKR" then
if (UnitClass("player") == class) then
classfound = true;
break;
end
else
if (strlower(UnitClass("player")) == strlower(class)) then
classfound = true;
break;
end
end
end
end
--if ok
if (classfound) then
if GetLocale() == "koKR" and string.find(arg1, "(.+)|1이;가;") then
return;
end
-------------------------------------------------------------------------------------------------------------
after investigation, apply to next version plz.
Thank you. :)
0
This file is Korean translation update.
apply to next version ^^
this version ... SVN 9193 ..
0
But unfortunately, Korean is crashed.
this file is screen shot.
and so I propose a way localization separation. ^^;;
example . English = locals.en.lua
Korean = locals.kr.lua .....
1.jpg is crashed
original.jpg is regularity
Please think way. ^^;;
0
this file last SVN update Korean translation file.
and lib/parserlib/optimezer-koKR.lua is same English optimezer0enUS.lua.
Please, apply to next version.
re thank you
0
Please apply to next version :)
0
when you apply to email(Korean translation) ? :)
I don't write English well. sorry.
Have a nice day!