From 6573b7b8c0e4e30ee130faeb88b656f66f10ad32 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 10 Nov 2023 09:19:18 +0100 Subject: [PATCH] fix(i18n): remove type in crowdin.yml --- crowdin.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index a42fd60d..83f8d6a3 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,8 +1,9 @@ base_path: . -base_url: "https://api.crowdin.com" +project_id: "503410" preserve_hierarchy: false +base_url: "https://api.crowdin.com" +api_token_env: CROWDIN_PERSONAL_TOKEN files: - source: /apps/client/src/locales/en-US.po translation: /apps/client/src/locales/%locale%.po - type: po