Back to Home

ESO Lua File v100026

internalingame/globals/unofficialclientstringoverrides.lua

[◄ back to folders ]
1
2
3
4
5
6
7
8
--This file contains overrides to our strings for unofficial translations since we don't allow loading custom language client string files in
--internal ingame.
local language = GetCVar("Language.2")
if language == "ru" then
    EsoStrings[SI_MARKET_PRODUCT_NAME_FORMATTER] = "<<1>>"
end