diff --git a/.i18n-guardian.yaml b/.i18n-guardian.yaml new file mode 100644 index 0000000..88f5b17 --- /dev/null +++ b/.i18n-guardian.yaml @@ -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