Add german locale

This commit is contained in:
robin 2021-05-16 12:55:43 +02:00
parent b73c7afba8
commit fe478b0a3e
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
local addonname, addon = ...
local childName = addon['childName']
local L = LibStub("AceLocale-3.0"):NewLocale(childName, "deDE", false)
if L then
L['noduel_message'] = "Duelle ablehnen"
end