forked from FreshRSS/FreshRSS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.typos.toml
50 lines (48 loc) · 778 Bytes
/
.typos.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[default.extend-identifiers]
ot = "ot"
Ths2 = "Ths2"
[default.extend-words]
referer = "referer"
[files]
extend-exclude = [
"*.fr.md",
"*.map",
"*.min.js",
"*.po",
"*.pot",
"*.rtl.css",
".git/",
"app/i18n/cz/",
"app/i18n/de/",
"app/i18n/es/",
"app/i18n/fa/",
"app/i18n/fr/",
"app/i18n/he/",
"app/i18n/id/",
"app/i18n/it/",
"app/i18n/ja/",
"app/i18n/ko/",
"app/i18n/lv/",
"app/i18n/nl/",
"app/i18n/oc/",
"app/i18n/pl/",
"app/i18n/pt-br/",
"app/i18n/ru/",
"app/i18n/sk/",
"app/i18n/tr/",
"app/i18n/zh-cn/",
"app/i18n/zh-tw/",
"bin/",
"CHANGELOG-old.md",
"composer.lock",
"data/",
"docs/fr/",
"lib/marienfressinaud/",
"lib/phpgt/",
"lib/phpmailer/",
"lib/SimplePie/",
"node_modules/",
"p/scripts/vendor/",
"package-lock.json",
"vendor/",
]