From 84e39895110a4524885e358812ad446a3ec3287f Mon Sep 17 00:00:00 2001 From: LukeGus Date: Wed, 27 May 2026 14:30:18 -0500 Subject: [PATCH] chore: update crowdin to match new en.json path --- crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdin.yml b/crowdin.yml index bb00c8f2..5ef3a0ce 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - - source: /src/locales/en.json - translation: /src/locales/translated/%locale_with_underscore%.json + - source: /src/ui/locales/en.json + translation: /src/ui/locales/translated/%locale_with_underscore%.json