From 726156a7349cf8127f4238e64cdab761d8b41d7b Mon Sep 17 00:00:00 2001 From: Luke Gustafson <88517757+LukeGus@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:40:54 -0600 Subject: [PATCH] Update translation path format in crowdin.yml --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 51095a4b..bb00c8f2 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,3 +1,3 @@ files: - source: /src/locales/en.json - translation: /src/locales/translated/%two_letters_code%.json + translation: /src/locales/translated/%locale_with_underscore%.json