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
910 B
Lua
34 lines
910 B
Lua
pfUI_locale["ruRU"] = {}
|
|
|
|
|
|
pfUI_locale["ruRU"]["healduration"] = {
|
|
["Rejuvenation"] = "Увеличивает время действия \"Омоложения\" на 3 сек.",
|
|
["Renew"] = "Продлевает действие \"Обновления\" на 3 сек.",
|
|
}
|
|
|
|
pfUI_locale["ruRU"]["customcast"] = {
|
|
["AIMEDSHOT"] = "Прицельный выстрел",
|
|
["MULTISHOT"] = "Залп",
|
|
}
|
|
|
|
|
|
|
|
pfUI_locale["ruRU"]["judgements"] = {
|
|
["Правосудие справедливости"] = true,
|
|
["Правосудие света"] = true,
|
|
["Правосудие мудрости"] = true,
|
|
["Правосудие воина света"] = true,
|
|
}
|
|
|
|
pfUI_locale["ruRU"]["resurrections"] = {
|
|
["Воскрешение"] = true,
|
|
["Возрождение"] = true,
|
|
["Искупление"] = true,
|
|
["Дух предков"] = true,
|
|
}
|
|
|
|
|
|
-- custom entries not detected by DBC extractor
|
|
|
|
|