Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/suppress_warning.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
# fr-FR uses em dashes (—) instead of en dashes (-) for separators and must have a non-breaking space before colons
SUPPRESS_WARNING['fr-FR'] = ['STR_1165', 'STR_1333', 'STR_1334', 'STR_2781', 'STR_6229', 'STR_6230', 'STR_6231']
SUPPRESS_WARNING['gl-ES'] = []
SUPPRESS_WARNING['hi-IN'] = []
# hu-HU needs to change order of {STRINGID}s for news and research to translate them properly.
SUPPRESS_WARNING['hu-HU'] = ['STR_2235', 'STR_2289']
SUPPRESS_WARNING['it-IT'] = []
Expand Down
Loading
Loading