From d83faa46751236ae62719a889e2f41df8890bdf7 Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Mon, 23 Jun 2025 09:18:21 +0800 Subject: [PATCH] fix: inlang not working for translators (#8073) --- project.inlang.json | 5 +++-- project.inlang/settings.json | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/project.inlang.json b/project.inlang.json index 3d54feeae5..068fb2f092 100644 --- a/project.inlang.json +++ b/project.inlang.json @@ -1,8 +1,9 @@ { "$schema": "https://inlang.com/schema/project-settings", - "sourceLanguageTag": "en", + "sourceLanguageTag": "en-US", "languageTags": [ - "en", + "en-US", + "en-GB", "ar-SA", "ca-ES", "ckb-KU", diff --git a/project.inlang/settings.json b/project.inlang/settings.json index 1341b40643..ed50814d6d 100644 --- a/project.inlang/settings.json +++ b/project.inlang/settings.json @@ -1,8 +1,9 @@ { "$schema": "https://inlang.com/schema/project-settings", - "sourceLanguageTag": "en", + "sourceLanguageTag": "en-US", "languageTags": [ - "en", + "en-US", + "en-GB", "ar-SA", "ca-ES", "ckb-KU", @@ -46,4 +47,4 @@ "@:" ] } -} \ No newline at end of file +}