From d692b6e0b484355acdeef3575e1008aac1535d82 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Sun, 28 May 2023 18:36:56 +0200 Subject: [PATCH] Add deDE localizations (@Aergernis) Fixes #101 --- locale/deDE.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locale/deDE.lua b/locale/deDE.lua index fa68eb3..5db34d7 100644 --- a/locale/deDE.lua +++ b/locale/deDE.lua @@ -6,8 +6,8 @@ L['ALT + SHIFT key'] = _G.ALT_KEY_TEXT .. ' + ' .. _G.SHIFT_KEY L['You can\'t do that while in combat'] = _G.ERR_NOT_IN_COMBAT -- config --- L['Modifier to activate %s'] -- MISSING! %s = "Molinari" --- L['Item Blocklist'] = '' -- MISSING! --- L['Block Item'] = '' -- MISSING! --- L['Items in this list will not be processed.'] = '' -- MISSING! --- L['Block a new item by ID'] = '' -- MISSING! +L['Modifier to activate %s'] = 'Modifier zum aktivieren von %s' +L['Item Blocklist'] = 'Ignorierte Gegenstände' +L['Block Item'] = 'Gegenstand ignorieren' +L['Items in this list will not be processed.'] = 'Gegenstände in dieser Liste werden ignoriert.' +L['Block a new item by ID'] = 'Gegenstand über ID hinzufügen'