From 0ff3844f18a09c9a96267ca3040b2ffebeae0b49 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Fri, 26 Jul 2024 17:47:13 +0200 Subject: [PATCH] chore: translation typo (#1255) chore: translation typo ## Summary by CodeRabbit - **New Features** - Enhanced the `Header` component for improved internationalization by enabling translation of the "Documentation" text. - **Documentation** - Added comments in translation files to link translation entries to the `Header` component, improving maintainability and traceability for future updates. --- apps/marketing/src/components/(marketing)/header.tsx | 2 +- packages/lib/translations/de/marketing.po | 1 + packages/lib/translations/en/marketing.po | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/marketing/src/components/(marketing)/header.tsx b/apps/marketing/src/components/(marketing)/header.tsx index 2dbe8f8f3..fa1ede8ef 100644 --- a/apps/marketing/src/components/(marketing)/header.tsx +++ b/apps/marketing/src/components/(marketing)/header.tsx @@ -47,7 +47,7 @@ export const Header = ({ className, ...props }: HeaderProps) => { className="text-muted-foreground hover:text-muted-foreground/80 text-sm font-semibold" target="_blank" > - Documentation + Documentation finally open source." msgstr "Unterschriften,<0/>endlich Open Source." #: apps/marketing/src/components/(marketing)/footer.tsx:33 +#: apps/marketing/src/components/(marketing)/header.tsx:50 #: apps/marketing/src/components/(marketing)/mobile-navigation.tsx:28 msgid "Documentation" msgstr "Dokumentation" diff --git a/packages/lib/translations/en/marketing.po b/packages/lib/translations/en/marketing.po index 499a72ccb..913242f11 100644 --- a/packages/lib/translations/en/marketing.po +++ b/packages/lib/translations/en/marketing.po @@ -142,6 +142,7 @@ msgid "Document signing,<0/>finally open source." msgstr "Document signing,<0/>finally open source." #: apps/marketing/src/components/(marketing)/footer.tsx:33 +#: apps/marketing/src/components/(marketing)/header.tsx:50 #: apps/marketing/src/components/(marketing)/mobile-navigation.tsx:28 msgid "Documentation" msgstr "Documentation"