From 397f548937d56f10e75122b0d1c8a211e55345dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Wed, 22 Jul 2026 11:00:27 +0200 Subject: [PATCH] Avoid Turkish locative on dynamic names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A hardcoded 'de breaks vowel harmony for many entity names. Use "için" instead so the hero title stays grammatical for any {{name}}. Signed-off-by: Émile Ré --- apps/compliance-portal/src/_locales/tr-TR.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/compliance-portal/src/_locales/tr-TR.json b/apps/compliance-portal/src/_locales/tr-TR.json index b2a9c0845..642f711ea 100644 --- a/apps/compliance-portal/src/_locales/tr-TR.json +++ b/apps/compliance-portal/src/_locales/tr-TR.json @@ -45,7 +45,7 @@ } }, "home": { - "heroTitle": "{{name}}'de Uyumluluk.", + "heroTitle": "{{name}} için Uyumluluk.", "heroDescription": "Uyumluluk Portalımıza hoş geldiniz. Güvenlik belgelerimizi ve sertifikalarımızı burada bulabilirsiniz.", "sections": { "compliance": "Uyumluluk",