diff options
author | Cashew <52880648+cashewnuttynuts@users.noreply.github.com> | 2024-06-22 03:24:21 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 20:24:21 +0000 |
commit | d724b403f94b7fd1ecec3f6d2e4f5a1ed805c6ec (patch) | |
tree | 1f696742b75b4f8377fe3b952863af141ff6494e /.eslintrc.json | |
parent | 1c609d972ae76f8779190d7a3621f77a664a6dec (diff) |
Add diacritics normalization preprocessors for Vietnamese (#1107)
* add viet diacritics normalization
* move regexp construction outside of function
* fix eslint
* add 'off' option
* fix lint
* fix type
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 9b4f8685..c32e9266 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -653,6 +653,7 @@ "ext/js/language/sga/old-irish-transforms.js", "ext/js/language/sh/serbo-croatian-text-preprocessors.js", "ext/js/language/sq/albanian-transforms.js", + "ext/js/language/vi/viet-text-preprocessors.js", "ext/js/language/text-processors.js", "ext/js/language/translator.js", "ext/js/language/zh/chinese.js", |