Skip to content

Commit

Permalink
Add zhCN translations
Browse files Browse the repository at this point in the history
Fixes #97
  • Loading branch information
p3lim committed Sep 5, 2024
1 parent 7e47c01 commit 9532f3b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions locale/zhCN.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
local L = select(2, ...).L('zhCN') -- luacheck: ignore
local L = select(2, ...).L('zhCN')

-- L['Button scale'] = '' -- MISSING TRANSLATION
-- L['Artwork opacity'] = '' -- MISSING TRANSLATION
-- L['Artwork style'] = '' -- MISSING TRANSLATION
-- L['Hide cooldown text'] = '' -- MISSING TRANSLATION
-- L['Only show for tracked quests'] = '' -- MISSING TRANSLATION
-- L['Only show for quests in current zone'] = '' -- MISSING TRANSLATION
-- L['Tracking distance'] = '' -- MISSING TRANSLATION
L['Button scale'] = '按钮缩放'
L['Artwork opacity'] = '外观透明度'
L['Artwork style'] = '外观样式'
L['Hide cooldown text'] = '隐藏冷却文字'
L['Only show for tracked quests'] = '只显示已追踪的任务'
L['Only show for quests in current zone'] = '只显示所在地区的任务'
L['Tracking distance'] = '追踪距离'

0 comments on commit 9532f3b

Please sign in to comment.