mirror of
https://github.com/ckaczor/TillerTracker.git
synced 2026-01-14 17:25:27 -05:00
6 lines
178 B
Lua
6 lines
178 B
Lua
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")@ |