Skip to content

Commit

Permalink
Add spaces at the end of "TEMPS :" string (and MORTS and BLINGS)
Browse files Browse the repository at this point in the history
This string is used both in time trials (alongside "MORTS :" and
"BLINGS :") as well as outside time trials if you enable the in-game
timer. In English, this looks like "TIME:1:23.45". Since French adds
a space before the colon, it will look like "TEMPS :1:23.45" instead.
Therefore, I've added a space after the colon as well.
  • Loading branch information
Daaaav authored and InfoTeddy committed Nov 28, 2023
1 parent d49fb7e commit 456a81d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions desktop_version/lang/fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -388,9 +388,9 @@
<string english="SHINY" translation="BLINGS" explanation="record number of trinkets" max="8"/>
<string english="LIVES" translation="VIES" explanation="record lowest number of deaths" max="8"/>
<string english="PAR TIME" translation="RÉFÉRENCE" explanation="followed by the goal time for this time trial" max="14"/>
<string english="TIME:" translation="TEMPS :" explanation="in time trial. Stopwatch time, not too long"/>
<string english="DEATH:" translation="MORTS :" explanation="in time trial. Number of times player died, not too long"/>
<string english="SHINY:" translation="BLINGS :" explanation="in time trial. Number of shiny trinkets collected, not too long"/>
<string english="TIME:" translation="TEMPS : " explanation="in time trial. Stopwatch time, not too long"/>
<string english="DEATH:" translation="MORTS : " explanation="in time trial. Number of times player died, not too long"/>
<string english="SHINY:" translation="BLINGS : " explanation="in time trial. Number of shiny trinkets collected, not too long"/>
<string english="PAR TIME:" translation="RÉFÉRENCE :" explanation="in time trial. Goal time for time trial"/>
<string english="BEST RANK" translation="MEILLEUR RANG" explanation="ranks are B A S V" max="17"/>
<string english="GO!" translation="GO !" explanation="3, 2, 1, GO!" max="13"/>
Expand Down

0 comments on commit 456a81d

Please sign in to comment.