mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
chore: translation typo (#1255)
chore: translation typo <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## 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. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@ -47,7 +47,7 @@ export const Header = ({ className, ...props }: HeaderProps) => {
|
|||||||
className="text-muted-foreground hover:text-muted-foreground/80 text-sm font-semibold"
|
className="text-muted-foreground hover:text-muted-foreground/80 text-sm font-semibold"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
>
|
>
|
||||||
Documentation
|
<Trans>Documentation</Trans>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
<Link
|
<Link
|
||||||
|
|||||||
@ -147,6 +147,7 @@ msgid "Document signing,<0/>finally open source."
|
|||||||
msgstr "Unterschriften,<0/>endlich Open Source."
|
msgstr "Unterschriften,<0/>endlich Open Source."
|
||||||
|
|
||||||
#: apps/marketing/src/components/(marketing)/footer.tsx:33
|
#: 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
|
#: apps/marketing/src/components/(marketing)/mobile-navigation.tsx:28
|
||||||
msgid "Documentation"
|
msgid "Documentation"
|
||||||
msgstr "Dokumentation"
|
msgstr "Dokumentation"
|
||||||
|
|||||||
@ -142,6 +142,7 @@ msgid "Document signing,<0/>finally open source."
|
|||||||
msgstr "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)/footer.tsx:33
|
||||||
|
#: apps/marketing/src/components/(marketing)/header.tsx:50
|
||||||
#: apps/marketing/src/components/(marketing)/mobile-navigation.tsx:28
|
#: apps/marketing/src/components/(marketing)/mobile-navigation.tsx:28
|
||||||
msgid "Documentation"
|
msgid "Documentation"
|
||||||
msgstr "Documentation"
|
msgstr "Documentation"
|
||||||
|
|||||||
Reference in New Issue
Block a user