Skip to content

Commit

Permalink
Add frFR patterns for basic stats on gems (Closes #156)
Browse files Browse the repository at this point in the history
  • Loading branch information
raethkcj committed Oct 2, 2023
1 parent dce0222 commit cf67360
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions libs/StatLogic/locales/frFR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,16 @@ L["StatIDLookup"] = {

["à toutes les caractéristiques"] = {StatLogic.Stats.Strength, StatLogic.Stats.Agility, StatLogic.Stats.Stamina, StatLogic.Stats.Intellect, StatLogic.Stats.Spirit},
["Force"] = {StatLogic.Stats.Strength},
["à la Force"] = {StatLogic.Stats.Strength},
["Agilité"] = {StatLogic.Stats.Agility},
["à l'Agilité"] = {StatLogic.Stats.Agility},
["Endurance"] = {StatLogic.Stats.Stamina},
["en endurance"] = {StatLogic.Stats.Stamina},
["à l'Endurance"] = {StatLogic.Stats.Stamina},
["Intelligence"] = {StatLogic.Stats.Intellect},
["à l'Intelligence"] = {StatLogic.Stats.Intellect},
["Esprit"] = {StatLogic.Stats.Spirit},
["à l'Esprit"] = {StatLogic.Stats.Spirit},

["à la résistance Arcanes"] = {"ARCANE_RES"},
["à la résistance aux Arcanes"] = {"ARCANE_RES"},
Expand Down

0 comments on commit cf67360

Please sign in to comment.