Files
pfUI/env/locales_koKR.lua
Brues 881a17e508 Build the class name lookup from FillLocalizedClassList
Replace the hardcoded per-locale ["class"] reverse-lookup tables (localized
class name -> token) with a runtime build in GetEnvironment:

  L["class"] = tInvert(FillLocalizedClassList({}))

The client's own class list supplies the localized names for whatever locale is
running, so the tables were pure duplication -- and this also covers locales the
hardcoded tables never listed. Consumers (libunitscan, panel, socialmod) are
unchanged. Drop ["class"] from every locale file.
2026-08-09 19:03:29 -05:00

34 lines
686 B
Lua

pfUI_locale["koKR"] = {}
pfUI_locale["koKR"]["healduration"] = {
["Rejuvenation"] = "회복의 지속시간이 3초만큼 증가합니다.",
["Renew"] = "소생의 지속시간이 3초만큼 증가합니다.",
}
pfUI_locale["koKR"]["customcast"] = {
["AIMEDSHOT"] = "조준 사격",
["MULTISHOT"] = "일제 사격",
}
pfUI_locale["koKR"]["judgements"] = {
["정의의 심판"] = true,
["빛의 심판"] = true,
["지혜의 심판"] = true,
["성전사의 심판"] = true,
}
pfUI_locale["koKR"]["resurrections"] = {
["부활"] = true,
["환생"] = true,
["구원"] = true,
["고대의 영혼"] = true,
}
-- custom entries not detected by DBC extractor