mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
name translit: Add global filter to leave CJK characters intact
Fixes #834
This commit is contained in:
parent
c6a77de234
commit
5401871b38
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
"__locale" = "en_US.UTF-8;Eng";
|
"__locale" = "en_US.UTF-8;Eng";
|
||||||
"__transNames" = "Russian-Latin/BGN; Any-Latin";
|
"__transNames" = "[\P{script=Han}]; Russian-Latin/BGN; Any-Latin";
|
||||||
|
|
||||||
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
/* Check for https://www.unicode.org/cldr/charts/latest/supplemental/language_plural_rules.html */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue