aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorStefanVukovic99 <stefanvukovic44@gmail.com>2024-04-20 15:57:34 +0200
committerGitHub <noreply@github.com>2024-04-20 13:57:34 +0000
commit94c0b943e84504629109d4852f4a080c6b0e569e (patch)
tree6629d07843ecc4efc8c003f760e5a1f54ab791ae /.eslintrc.json
parentd34feb333846e3167b57c4125658603fe7a4f3a9 (diff)
start using german deinflections (#848)24.4.20.0
* use german transforms * fix test
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index ab49e471..8b08e827 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -642,6 +642,7 @@
"ext/js/general/text-source-map.js",
"ext/js/language/ar/arabic-text-preprocessors.js",
"ext/js/language/de/german-text-preprocessors.js",
+ "ext/js/language/de/german-transforms.js",
"ext/js/language/en/english-transforms.js",
"ext/js/language/ja/japanese-text-preprocessors.js",
"ext/js/language/ja/japanese-transforms.js",