From 79c553cbad9d5b37bed5e0a0479dd1fa2eae8498 Mon Sep 17 00:00:00 2001
From: Yassine Doghri <yassine@doghri.fr>
Date: Sat, 9 Apr 2022 14:02:46 +0000
Subject: [PATCH] chore: update Crowdin configuration file

---
 crowdin.yml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/crowdin.yml b/crowdin.yml
index b4e5be936a..98e32c4ebd 100644
--- a/crowdin.yml
+++ b/crowdin.yml
@@ -1,8 +1,10 @@
 commit_message: "[ci skip]"
 files:
   - source: /app/Language/en/*.php
-    translation: /app/Language/%two_letters_code%/%original_file_name%
-    escape_quotes: 1
+    translation: /app/Language/%osx_locale%/%original_file_name%
   - source: /modules/**/Language/en/*.php
-    translation: /modules/**/Language/%two_letters_code%/%original_file_name%
-    escape_quotes: 1
+    translation: /modules/**/Language/%osx_locale%/%original_file_name%
+  - source: /docs/src/**/*.md
+    ignore:
+      - /docs/src/contributing/*.md
+    translation: /docs/src/%osx_locale%/**/%original_file_name%
-- 
GitLab