From 1c2905499d5a8616b22e6328c65bd305a70f9969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guilherme=20Ara=C3=BAjo?= Date: Sun, 18 Aug 2024 21:36:38 -0300 Subject: [PATCH] fix: crowdin config --- .github/workflows/translations-pr.yml | 4 ++-- crowdin.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/translations-pr.yml b/.github/workflows/translations-pr.yml index 09f4a29c4c9a9..97f3a39648850 100644 --- a/.github/workflows/translations-pr.yml +++ b/.github/workflows/translations-pr.yml @@ -12,8 +12,8 @@ on: - 'apps/site/pages/**/*.mdx' - '!apps/site/pages/en/**/*.md' - '!apps/site/pages/en/**/*.mdx' - - 'apps/site/i18n/locales/*.json' - - '!apps/site/i18n/locales/en.json' + - 'packages/i18n/locales/*.json' + - '!packages/i18n/locales/en.json' permissions: actions: read diff --git a/crowdin.yml b/crowdin.yml index a3e118ce652f0..644c8d597bf99 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -30,8 +30,8 @@ files: pt-BR: pt-br zh-CN: zh-cn zh-TW: zh-tw - - source: /apps/site/i18n/locales/en.json - translation: /apps/site/i18n/locales/%two_letters_code%.json + - source: /packages/i18n/locales/en.json + translation: /packages/i18n/locales/%two_letters_code%.json languages_mapping: two_letters_code: es-ES: es