Skip to content

Commit

Permalink
i18n: accept U+202F as an okay char
Browse files Browse the repository at this point in the history
  • Loading branch information
OniriCorpe authored May 7, 2024
1 parent 954d608 commit 578fb49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/reformat_locales.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def reformat(lang, transformations):
"\u2008",
"\u2009",
"\u200A",
"\u202f",
"\u202F",
#"\u202f",
#"\u202F",
"\u3000",
]

Expand Down

0 comments on commit 578fb49

Please sign in to comment.