From febe17055a3dc12f025b38a16ebb7acc6232f2c8 Mon Sep 17 00:00:00 2001 From: marshmallow Date: Sat, 4 May 2024 08:59:08 +1000 Subject: [PATCH] remove redundant trans keys --- public/locales/en/translations.json | 2 -- src/components/Header.astro | 4 ++-- src/components/Hero.astro | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/public/locales/en/translations.json b/public/locales/en/translations.json index ca5cfb7..a4359af 100644 --- a/public/locales/en/translations.json +++ b/public/locales/en/translations.json @@ -1,9 +1,7 @@ { - "root.title": "aux.computer", "root.description": "An alternative to the Nix ecosystem", "header.community": "Community", - "header.Github": "Github", "goals.title": "Goals", "goals.independent.title": "Independent", diff --git a/src/components/Header.astro b/src/components/Header.astro index 1918fc0..dcf350f 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -11,7 +11,7 @@ const translation = useTranslations(lang);
- {translation("root.title")} + aux.computer
@@ -22,7 +22,7 @@ const translation = useTranslations(lang);
  • Contribute
  • -->
  • {translation("header.community")}
  • -
  • {translation("header.github")}
  • +
  • Github
  • diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 2c9e0d9..6acc0f0 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -10,7 +10,7 @@ const translation = useTranslations(lang);
    -

    {translation("root.title")}

    +

    aux.computer

    {translation("root.description")}