From 33461024f6b2602a54f4011937dbb60f4e347dc1 Mon Sep 17 00:00:00 2001 From: Espi Marisa Date: Thu, 29 Aug 2024 03:14:35 -0500 Subject: [PATCH] ci: test sources --- .github/workflows/crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index be9808d77..695fcbb5c 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -30,9 +30,9 @@ jobs: project_id: ${{ secrets.CROWDIN_PROJECT_ID }} skip_untranslated_files: true skip_untranslated_strings: true - source: "./locales/en-US/*.json" + source: "locales/en-US/*.json" token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} - translation: "/locales/%locale%" + translation: "locales/%locale%" upload_sources: true upload_translations: false env: