mirror of
https://github.com/YunoHost/moulinette.git
synced 2024-09-03 20:06:31 +02:00
i18n: accept U+202F as an okay char
This commit is contained in:
parent
954d608a61
commit
578fb497e9
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ godamn_spaces_of_hell = [
|
|||
"\u2008",
|
||||
"\u2009",
|
||||
"\u200A",
|
||||
"\u202f",
|
||||
"\u202F",
|
||||
#"\u202f",
|
||||
#"\u202F",
|
||||
"\u3000",
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue