From 7e72da56f283a1a740148026b076f89fedbd5056 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Mon, 2 Feb 2026 17:19:14 +0000 Subject: [PATCH] Initial upload: i18n-guardian v1.0.0 --- .i18n-guardian.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .i18n-guardian.yaml 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