You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
638 B

if not (GetLocale() == "deDE") then return end;
local _, addon = ...
local L = addon.L;
--Rare/Location Announcement
L["Seed Color Epic"] = "Violett"; --Using GlobalStrings as defaults
--Generic
L["Number Thousands"] = "K"; --15K 15,000
L["Number Millions"] = " Mio."; --1.5M 1,500,000
-- !! Do NOT translate the following entries
L["currency-2706"] = "Welpen";
L["currency-2707"] = "Drachen";
L["currency-2708"] = "Wyrms";
L["currency-2709"] = "Aspekts";
--Map Pin Filter Name (name should be plural)
L["Bountiful Delve"] = "Großzügige Tiefe";
L["Special Assignment"] = "Spezialauftrag";