Skip to content

Commit ec4bed6

Browse files
committed
fr-FR: Remove translated technical strings, add some to ignore list
1 parent df96aba commit ec4bed6

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/suppress_warning.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
SUPPRESS_WARNING['es-ES'] = []
3030
SUPPRESS_WARNING['fi-FI'] = []
3131
SUPPRESS_WARNING['fr-CA'] = []
32-
SUPPRESS_WARNING['fr-FR'] = []
32+
# fr-FR uses em dashes (—) instead of en dashes (-) for separators and must have must have a non-breaking space before colons
33+
SUPPRESS_WARNING['fr-FR'] = ['STR_1165', 'STR_1333', 'STR_1334', 'STR_2781', 'STR_6229', 'STR_6230', 'STR_6231']
3334
SUPPRESS_WARNING['gl-ES'] = []
3435
SUPPRESS_WARNING['hu-HU'] = []
3536
SUPPRESS_WARNING['it-IT'] = []

data/language/fr-FR.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,6 @@ STR_0831 :Zoom arrière
252252
STR_0832 :Tourner la vue de 90° dans le sens des aiguilles d’une montre
253253
STR_0833 :Mettre en pause le jeu
254254
STR_0834 :Options du jeu et du disque
255-
STR_0839 :{UINT16} x {UINT16}
256-
STR_0840 :{POP16}{POP16}{POP16}{POP16}{POP16}{POP16}{POP16}{POP16}{UINT16} x {UINT16}
257-
# The following six strings were used for display resolutions, but have been replaced.
258-
#end
259255
STR_0847 :A propos d’OpenRCT2
260256
STR_0850 :{WINDOW_COLOUR_2}Copyright © 2002 Chris Sawyer, tous droits réservés
261257
STR_0851 :{WINDOW_COLOUR_2}Conçu et programmé par Chris Sawyer

0 commit comments

Comments
 (0)