Skip to content

Commit

Permalink
parsing french tooltips for duration fix
Browse files Browse the repository at this point in the history
I haven't tested cUseTooltipLineFormat and cUseDurationTooltipLineFormat2, but there should be spaces around the colon (and it's the case of several items I have which match cUseDurationTooltipLineFormat).
Also for cUseDurationTooltipLineFormat, french for "seconds" is "secondes", but I have only seen the short "sec." on my items.
  • Loading branch information
Llamatron2112 authored May 6, 2020
1 parent 9b33033 commit 989ce65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OutfitterStrings_fr.lua
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ if GetLocale() == "frFR" then
Outfitter.cScriptLabel = "Scripte:"

Outfitter.cNone = "None"
Outfitter.cUseTooltipLineFormat = "^Utiliser:.*"
Outfitter.cUseDurationTooltipLineFormat = "^Utiliser:.*pendant (%d+) seconds"
Outfitter.cUseDurationTooltipLineFormat2 = "^Utiliser:.*Dure (%d+) sec"
Outfitter.cUseTooltipLineFormat = "^Utiliser : .*"
Outfitter.cUseDurationTooltipLineFormat = "^Utiliser : .*pendant (%d+) sec"
Outfitter.cUseDurationTooltipLineFormat2 = "^Utiliser : .*Dure (%d+) sec"

Outfitter.cAutoChangesDisabled = "Automated changes are now disabled"
Outfitter.cAutoChangesEnabled = "Automated changes are now enabled"
Expand Down

0 comments on commit 989ce65

Please sign in to comment.