From ff86bbc4719f067d3f5108fa838bc9313546ce8e Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 9 Aug 2022 19:47:01 +1000 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index 0fc8ec882..c58fdcf58 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -7,6 +7,9 @@ files: - source: /website/blog/**/* translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-blog/**/%original_file_name% - source: /website/src/pages/**/* + ignore: + - '*.js' + - '*.css' translation: /website/i18n/%two_letters_code%/docusaurus-plugin-content-pages/**/%original_file_name% - source: /website/i18n/en/**/*.json translation: /website/i18n/%two_letters_code%/**/%original_file_name%