From b1826b91c8f38fd1125c21f8fe452125cb49d926 Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:29:39 +1000 Subject: [PATCH 1/2] add "Status" from the footer to translation keys --- i18n/lang/en-US.json | 3 ++- layouts/default.vue | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/i18n/lang/en-US.json b/i18n/lang/en-US.json index 41021fe..831fc8f 100644 --- a/i18n/lang/en-US.json +++ b/i18n/lang/en-US.json @@ -11,7 +11,8 @@ "resources": "Resources", "contributing": "Contributing", "experiments": "Experiments", - "attributions": "Attributions" + "attributions": "Attributions", + "status": "Status" } }, "landing": { diff --git a/layouts/default.vue b/layouts/default.vue index 226f469..d6552dd 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -73,7 +73,9 @@ }} Status + >{{ + $t("layout.footer.status") + }}
Date: Mon, 16 Dec 2024 19:55:34 +1000 Subject: [PATCH 2/2] pnpm format --- layouts/default.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index d6552dd..c4d1a95 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -73,9 +73,7 @@ }} {{ - $t("layout.footer.status") - }} + >{{ $t("layout.footer.status") }}