-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #97
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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'] = '追踪距离' |