Files
i18n-guardian/.i18n-guardian.yaml
7000pctAUTO 7e72da56f2
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
Initial upload: i18n-guardian v1.0.0
2026-02-02 17:19:14 +00:00

21 lines
384 B
YAML

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