Skip to content

Commit

Permalink
Fix default StatLogic DisplayLocale (fixes #142)
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Mar 5, 2023
1 parent 0bf88dd commit d83fccf
Show file tree
Hide file tree
Showing 9 changed files with 1,487 additions and 1,614 deletions.
2 changes: 1 addition & 1 deletion libs/StatLogic/StatLogic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ local function StripGlobalStrings(text)
end

function StatLogic:GetStatNameFromID(stat)
local name = D.StatIDToName[stat]
local name = D[stat]
if not name then return end
return unpack(name)
end
Expand Down
383 changes: 184 additions & 199 deletions libs/StatLogic/locales/deDE.lua

Large diffs are not rendered by default.

390 changes: 188 additions & 202 deletions libs/StatLogic/locales/enUS.lua

Large diffs are not rendered by default.

390 changes: 188 additions & 202 deletions libs/StatLogic/locales/esES.lua

Large diffs are not rendered by default.

390 changes: 188 additions & 202 deletions libs/StatLogic/locales/frFR.lua

Large diffs are not rendered by default.

391 changes: 188 additions & 203 deletions libs/StatLogic/locales/koKR.lua

Large diffs are not rendered by default.

377 changes: 176 additions & 201 deletions libs/StatLogic/locales/ruRU.lua

Large diffs are not rendered by default.

389 changes: 187 additions & 202 deletions libs/StatLogic/locales/zhCN.lua

Large diffs are not rendered by default.

389 changes: 187 additions & 202 deletions libs/StatLogic/locales/zhTW.lua

Large diffs are not rendered by default.

0 comments on commit d83fccf

Please sign in to comment.