mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-25 09:06:03 +00:00
881a17e508
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.
34 lines
686 B
Lua
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
|
|
|
|
|