Skip to content

Commit 40ef293

Browse files
authored
Merge branch 'main' into install-hatch
2 parents f6d1625 + 61281bb commit 40ef293

File tree

7 files changed

+2328
-68
lines changed

7 files changed

+2328
-68
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ __pycache__
99
*.idea*
1010
# Grammar / syntax checkers
1111
styles/
12+
# Exclude translation .mo files
13+
locales/*/LC_MESSAGES/*.mo

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ repos:
3333
- tomli
3434
exclude: >
3535
(?x)^(
36-
.*vale-styles.*
36+
(.*vale-styles.*)|(.*\.po)
3737
)$
3838
3939
- repo: https://github.com/errata-ai/vale
40-
rev: v3.4.2
40+
rev: v3.6.0
4141
hooks:
4242
- id: vale
4343

TRANSLATING.md

Lines changed: 349 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)