We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d96981 + a93fc8e commit fbfc8b3Copy full SHA for fbfc8b3
ClassicCastbars_Options/Locales/Locales.xml
@@ -2,5 +2,6 @@
2
<Script file="enUS.lua"/>
3
<Script file="ruRU.lua"/>
4
<Script file="koKR.lua"/>
5
+ <Script file="zhCN.lua"/>
6
<Script file="zhTW.lua"/>
7
</Ui>
ClassicCastbars_Options/Locales/zhCN.lua
@@ -0,0 +1,11 @@
1
+local L = LibStub("AceLocale-3.0"):NewLocale("ClassicCastbars", "zhCN")
+if not L then return end
+
+--[[
+ Want to help translate ClassicCastbars?
+ https://www.curseforge.com/wow/addons/classiccastbars/localization
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