(fix/libs) handle WoW API-shortened talent name for resto druid on deDE locale

This commit is contained in:
NoM0Re
2025-04-22 16:40:40 +02:00
parent 618bd9ba31
commit 53e99cc6cd
2 changed files with 2 additions and 2 deletions
@@ -72,7 +72,7 @@ elseif GAME_LOCALE == "deDE" then
Hybrid = "Hybride",
Marksmanship = "Treffsicherheit",
Protection = "Schutz",
Restoration = "Wiederherstellung",
Restoration = "Wiederherst.",
Retribution = "Vergeltung",
Shadow = "Schatten",
Subtlety = "Täuschung",
+1 -1
View File
@@ -174,7 +174,7 @@ elseif (locale == "deDE") then
L["Hybrid"] = "Hybride"
L["Marksmanship"] = "Treffsicherheit"
L["Protection"] = "Schutz"
L["Restoration"] = "Wiederherstellung"
L["Restoration"] = "Wiederherst."
L["Retribution"] = "Vergeltung"
L["Shadow"] = "Schatten"
L["Subtlety"] = "Täuschung"