From 025bbf1bfb2fd2e2bc793115ae62869602f182a8 Mon Sep 17 00:00:00 2001 From: Muhsin Keloth Date: Wed, 1 Dec 2021 18:25:22 +0530 Subject: [PATCH] chore: Add i18n survey transaltion in crowdin (#3496) --- crowdin.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crowdin.yml b/crowdin.yml index 66592e27d..bbc788ef0 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -8,3 +8,5 @@ files: translation: /config/locales/devise.%two_letters_code%.yml - source: /app/javascript/widget/i18n/locale/en.json translation: /app/javascript/widget/i18n/locale/%two_letters_code%.json + - source: /app/javascript/survey/i18n/locale/en.json + translation: /app/javascript/survey/i18n/locale/%two_letters_code%.json