From 2239ec7450968077ceaa8a69bba97ad5fd7520cf Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 10 Oct 2019 16:01:16 +0900 Subject: [PATCH] Update Crowdin configuration file --- crowdin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index e345eb399..23090731a 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,7 +2,8 @@ files: - source: /docs/**/*.md ignore: - /docs/%two_letters_code% + - /docs/%locale% - /docs/guide - translation: /docs/%two_letters_code%/**/%original_file_name% + translation: /docs/%locale%/**/%original_file_name% - source: /README.md - translation: /translations/%file_name%.%two_letters_code%.%file_extension% + translation: /translations/%file_name%.%locale%.%file_extension%