From 9a875dcfd0b3c26237aa69f5eefddee51fbe5140 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Tue, 29 Apr 2025 12:54:04 -0500 Subject: [PATCH] fix: correct base path in crowdin.yml (#1799) --- config/crowdin/crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/crowdin/crowdin.yml b/config/crowdin/crowdin.yml index 778cd43b4..87f508c86 100644 --- a/config/crowdin/crowdin.yml +++ b/config/crowdin/crowdin.yml @@ -9,7 +9,7 @@ # "project_id_env": "CROWDIN_PROJECT_ID" "api_token_env": "CROWDIN_PERSONAL_TOKEN" -"base_path": "." +"base_path": "../../" "base_url": "https://meshtastic.crowdin.com/api/v2" # @@ -33,4 +33,4 @@ "cleanup_mode": true, "escape_special_characters": 1 } -] \ No newline at end of file +]