Files
2022-12-28 20:05:30 -05:00

9 lines
184 B
Lua

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")@