From 3612c28448c232e66cadb6309a12fde1ab75ecb0 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Wed, 18 Jun 2025 16:14:32 -0400 Subject: [PATCH] updated path to match github action --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 14d994ec..d32b8047 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -6,5 +6,5 @@ base_url: "https://meshtastic.crowdin.com/api/v2" preserve_hierarchy: true files: - - source: "/src/i18n/locales/en/**/*.json" + - source: "/src/i18n/locales/en/*.json" translation: "/src/i18n/locales/%locale%/%original_file_name%"