fix: rename Office Translator to Wordly everywhere
All checks were successful
Deploy to Production / Build and Deploy (push) Successful in 1m28s

Replaced all references to "Office Translator" with "Wordly" across
i18n translations (13 locales), auth forms, layout components, admin
sidebar, and page metadata.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 12:18:36 +02:00
parent b2b6f03399
commit c2e9617045
6 changed files with 31 additions and 31 deletions

View File

@@ -23,7 +23,7 @@ export function AdminSidebar() {
<Languages className="size-3 text-background" />
</div>
<span className="text-xs font-semibold tracking-tight text-foreground">
Office Translator
Wordly
</span>
<Badge
variant="outline"

View File

@@ -170,7 +170,7 @@ export function RegisterForm() {
<Languages className="h-6 w-6" />
</div>
<span className="text-2xl font-semibold text-foreground group-hover:text-primary transition-colors duration-300">
Office Translator
Wordly
</span>
</Link>

View File

@@ -16,7 +16,7 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Office Translator - Translate Documents, Keep the Format",
title: "Wordly - Translate Documents, Keep the Format",
description: "Translate Excel, Word, and PowerPoint documents with zero formatting loss. Fast, private, and accurate document translation.",
};