From 2ada82f8e080f7610c01c1a645f6cc41cfcadb9b Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Tue, 4 Apr 2023 19:34:30 +0530 Subject: [PATCH] Update crowdin config --- .github/workflows/crowdin.yml | 2 +- crowdin.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 4c02b8d61..afd97abab 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: push: paths: - - 'lib/l10n/app_en.arb' + - 'lib/l10n/intl_en.arb' branches: [ main ] jobs: diff --git a/crowdin.yml b/crowdin.yml index 5ad30f6d0..ff5c92002 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,5 +2,5 @@ project_id_env: CROWDIN_PROJECT_ID api_token_env: CROWDIN_PERSONAL_TOKEN files: - - source: /lib/l10n/app_en.arb - translation: /lib/l10n/app_%two_letters_code%.arb + - source: /lib/l10n/intl_en.arb + translation: /lib/l10n/intl_%two_letters_code%.arb