Skip to content

Commit

Permalink
Loader: Enable some locale prints
Browse files Browse the repository at this point in the history
  • Loading branch information
funkydude committed Sep 23, 2024
1 parent 9c38770 commit e673ea1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Loader.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1351,19 +1351,19 @@ do
--ruRU = "Russian (ruRU)",
--zhCN = "Simplified Chinese (zhCN)",
--zhTW = "Traditional Chinese (zhTW)",
--itIT = "Italian (itIT)",
itIT = "Italian (itIT)",
--koKR = "Korean (koKR)",
--esES = "Spanish (esES)",
--esMX = "Spanish (esMX)",
--deDE = "German (deDE)",
--ptBR = "Portuguese (ptBR)",
ptBR = "Portuguese (ptBR)",
--frFR = "French (frFR)",
}
local realms = {
--[542] = locales.frFR, -- frFR
--[3207] = locales.ptBR, [3208] = locales.ptBR, [3209] = locales.ptBR, [3210] = locales.ptBR, [3234] = locales.ptBR, -- ptBR
[3207] = locales.ptBR, [3208] = locales.ptBR, [3209] = locales.ptBR, [3210] = locales.ptBR, [3234] = locales.ptBR, -- ptBR
--[1425] = locales.esMX, [1427] = locales.esMX, [1428] = locales.esMX, -- esMX
--[1309] = locales.itIT, [1316] = locales.itIT, -- itIT
[1309] = locales.itIT, [1316] = locales.itIT, -- itIT
--[1378] = locales.esES, [1379] = locales.esES, [1380] = locales.esES, [1381] = locales.esES, [1382] = locales.esES, [1383] = locales.esES, -- esES
}
local language = locales[myLocale]
Expand Down

0 comments on commit e673ea1

Please sign in to comment.