Initial commit

This commit is contained in:
2022-12-28 20:05:30 -05:00
commit 5648cd858d
13 changed files with 655 additions and 0 deletions

8
Locale/deDE.lua Normal file
View File

@@ -0,0 +1,8 @@
local ADDON_NAME = ...
local L = LibStub("AceLocale-3.0"):NewLocale(ADDON_NAME, "deDE")
if not L then
return
end
-- @localization(locale="deDE", format="lua_additive_table")@