Skip to content

Commit fbfc8b3

Browse files
committed
2 parents 5d96981 + a93fc8e commit fbfc8b3

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ClassicCastbars_Options/Locales/Locales.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
<Script file="enUS.lua"/>
33
<Script file="ruRU.lua"/>
44
<Script file="koKR.lua"/>
5+
<Script file="zhCN.lua"/>
56
<Script file="zhTW.lua"/>
67
</Ui>
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
local L = LibStub("AceLocale-3.0"):NewLocale("ClassicCastbars", "zhCN")
2+
if not L then return end
3+
4+
--[[
5+
Want to help translate ClassicCastbars?
6+
https://www.curseforge.com/wow/addons/classiccastbars/localization
7+
8+
** THE REST OF THIS FILE IS AUTOMATICALLY GENERATED **
9+
]]
10+
11+
--@localization(locale="zhCN", format="lua_additive_table", handle-unlocalized="ignore")@

0 commit comments

Comments
 (0)