Skip to content

Commit

Permalink
Re-add the "is this locale even needed?" check for zhCN
Browse files Browse the repository at this point in the history
  • Loading branch information
madcowfred committed Sep 10, 2024
1 parent 1ddfd52 commit f009317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Locales/zhCN.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
local L = LibStub('AceLocale-3.0'):NewLocale('ChoreTracker', 'zhCN', false)
if not L then return end -- don't remove this!

L['key_binding:toggle'] = '切换 ChoreTracker 窗口'

Expand Down
2 changes: 1 addition & 1 deletion Locales/zhTW.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local L = LibStub('AceLocale-3.0'):NewLocale('ChoreTracker', 'zhTW')
if not L then return end
if not L then return end -- don't remove this!

L['key_binding:toggle'] = '切換 ChoreTracker 視窗'

Expand Down

0 comments on commit f009317

Please sign in to comment.