Skip to content

Commit 9f5f73f

Browse files
authored
Merge branch 'master' into switch-to-sys-locale
2 parents 3f369cd + 6af1ba0 commit 9f5f73f

File tree

14 files changed

+348
-254
lines changed

14 files changed

+348
-254
lines changed

.typos.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# https://github.com/crate-ci/typos
2+
# install: cargo install typos-cli
3+
# run: typos
4+
5+
# Ignore the contents of localization files (but check their names)
6+
[type.po]
7+
extend-glob = ["*.po"]
8+
check-file = false
9+
10+
[type.ftl]
11+
extend-glob = ["*.ftl"]
12+
check-file = false

0 commit comments

Comments
 (0)