Skip to content

Commit

Permalink
Remove extra localization string and reparse
Browse files Browse the repository at this point in the history
  • Loading branch information
Molkree committed Sep 25, 2021
1 parent a881b83 commit 7bc5566
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _.Zones =
}),
n(ZONE_DROPS, {
["maps"] = {
TIRAGARDE_SOUND, -- During Assualts
TIRAGARDE_SOUND, -- During Assaults
DAZARALOR,
},
["g"] = bubbleDown({["bonusID"] = 4796, }, {
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
- id: black

- repo: https://github.com/asottile/pyupgrade
rev: v2.26.0
rev: v2.27.0
hooks:
- id: pyupgrade
args: ["--py39-plus"]
Expand Down
36 changes: 18 additions & 18 deletions db/Categories.lua

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,6 @@ for key,value in pairs({
[-168] = FACTION_OTHER .. QUESTS_LABEL, -- Other Quests
[-171] = "任务线", -- Quest Chains

[-206] = "典范", -- Paragon
[-211] = NEW .. CHARACTER, -- New Character 新建角色
[-212] = "宝箱", -- Treasure Chest
[-214] = "夜之子", -- Nightborne Home
Expand Down

0 comments on commit 7bc5566

Please sign in to comment.