Skip to content

Commit

Permalink
Add deDE localizations (@Aergernis)
Browse files Browse the repository at this point in the history
Fixes #101
  • Loading branch information
p3lim committed May 28, 2023
1 parent 7e899be commit d692b6e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions locale/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit d692b6e

Please sign in to comment.