From 08c16b44352b81e1e8581f37b35389058e580104 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Wed, 3 Jan 2024 14:02:36 -0800 Subject: [PATCH] Fix language source directory --- crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crowdin.yml b/crowdin.yml index 7abe441e4f..24873b4a05 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -2,7 +2,7 @@ "files": [ { - "source" : "/resources/lang/en/**/*.php", + "source" : "/resources/lang/en-US/**/*.php", # https://developer.crowdin.com/configuration-file/#placeholders "translation" : "/resources/lang/%locale%/**/%original_file_name%" }