From 67061268c5949e42a17a2fa1cb59dbe8bd26d664 Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Thu, 5 Feb 2026 23:49:38 +0100 Subject: [PATCH 1/3] fix(i18n): force install command direction to `'ltr'` --- app/components/Terminal/Install.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Terminal/Install.vue b/app/components/Terminal/Install.vue index b03a5d6fa..8dbcf8c83 100644 --- a/app/components/Terminal/Install.vue +++ b/app/components/Terminal/Install.vue @@ -110,6 +110,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand()) v-for="pm in packageManagers" :key="`install-${pm.id}`" :data-pm-cmd="pm.id" + dir="ltr" class="flex items-center gap-2 group/installcmd min-w-0" > $ From 523a56a4387780b1242dd71792e0d49871a8abdd Mon Sep 17 00:00:00 2001 From: Bobbie Goede Date: Fri, 6 Feb 2026 00:02:39 +0100 Subject: [PATCH 2/3] fix(i18n): set text direction to 'auto' --- app/components/Terminal/Install.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/components/Terminal/Install.vue b/app/components/Terminal/Install.vue index 8dbcf8c83..583efffeb 100644 --- a/app/components/Terminal/Install.vue +++ b/app/components/Terminal/Install.vue @@ -104,13 +104,12 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand()) -
+
$ @@ -163,7 +162,7 @@ const copyCreateCommand = () => copyCreate(getFullCreateCommand())