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/frFR.lua Normal file
View File

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