Initial upload: i18n-guardian v1.0.0
Some checks failed
CI / test (3.11) (push) Has been cancelled
CI / test (3.10) (push) Has been cancelled
CI / test (3.12) (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-02 17:19:14 +00:00
parent d686eaf5ed
commit 7e72da56f2

20
.i18n-guardian.yaml Normal file
View File

@@ -0,0 +1,20 @@
i18n_library: null
min_string_length: 3
key_style: snake_case
exclude_patterns:
- "**/node_modules/**"
- "**/.git/**"
- "**/venv/**"
- "**/__pycache__/**"
- "**/dist/**"
- "**/build/**"
include_patterns:
- "**/*.py"
- "**/*.js"
- "**/*.ts"
- "**/*.jsx"
- "**/*.tsx"
i18n_functions: []
key_prefix: null
output_format: text
fail_level: error