From f13f504a0e309abc38b5c2723726d405dd6615df Mon Sep 17 00:00:00 2001 From: KTrain <69028025+KTrain5169@users.noreply.github.com> Date: Mon, 16 Dec 2024 19:56:37 +1000 Subject: [PATCH] add "Status" from the footer to translation keys (#151) * add "Status" from the footer to translation keys * pnpm format --- i18n/lang/en-US.json | 3 ++- layouts/default.vue | 2 +- 2 files changed, 3 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..c4d1a95 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -73,7 +73,7 @@ }} Status + >{{ $t("layout.footer.status") }}