Initial upload: i18n-guardian v1.0.0
This commit is contained in:
20
.i18n-guardian.yaml
Normal file
20
.i18n-guardian.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user