Closed Nightwarden24 closed 2 years ago
Description There is no ruRU in the drop-down list of GlobalStrings locale option.
Solution Compare these two lists:
local locales = { "deDE", "enUS", -- same as enGB "esES", "esMX", "frFR", "itIT", "koKR", "ptBR", -- same as ptPT "ruRU", "zhCN", "zhTW", }
"wowAPI.locale": { "type": "string", "default": "enUS", "enum": [ "enUS", "deDE", "esES", "esMX", "frFR", "itIT", "koKR", "ptBR", "zhCN", "zhTW" ], "markdownDescription": "Sets the GlobalStrings locale for code completion and hover." }
Oh my bad, thanks for spotting that :S
Description There is no ruRU in the drop-down list of GlobalStrings locale option.
Solution Compare these two lists: