From 854a08c7a56531e68a4c64f6510598be45c9647e Mon Sep 17 00:00:00 2001
From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com>
Date: Fri, 27 Jun 2025 23:13:55 +0200
Subject: [PATCH] Bugfix/fix various routes (#5042)
* Fix various routes
---
apps/client/src/locales/messages.ca.xlf | 6 +++---
apps/client/src/locales/messages.es.xlf | 2 +-
apps/client/src/locales/messages.nl.xlf | 2 +-
apps/client/src/locales/messages.pl.xlf | 4 ++--
apps/client/src/locales/messages.pt.xlf | 2 +-
apps/client/src/locales/messages.tr.xlf | 10 +++++-----
apps/client/src/locales/messages.uk.xlf | 4 ++--
libs/common/src/lib/routes/routes.ts | 5 +++--
8 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/apps/client/src/locales/messages.ca.xlf b/apps/client/src/locales/messages.ca.xlf
index 4a2faca86..832301d6f 100644
--- a/apps/client/src/locales/messages.ca.xlf
+++ b/apps/client/src/locales/messages.ca.xlf
@@ -404,7 +404,7 @@
license
- llicències
+ llicencies
kebab-case
libs/common/src/lib/routes/routes.ts
@@ -417,7 +417,7 @@
privacy-policy
- política de privacitat
+ politica-de-privacitat
kebab-case
libs/common/src/lib/routes/routes.ts
@@ -451,7 +451,7 @@
features
- característiques
+ caracteristiques
kebab-case
libs/common/src/lib/routes/routes.ts
diff --git a/apps/client/src/locales/messages.es.xlf b/apps/client/src/locales/messages.es.xlf
index a450e6bdd..4773ef9f6 100644
--- a/apps/client/src/locales/messages.es.xlf
+++ b/apps/client/src/locales/messages.es.xlf
@@ -6066,7 +6066,7 @@
self-hosting
- auto alojado
+ auto-alojado
kebab-case
libs/common/src/lib/routes/routes.ts
diff --git a/apps/client/src/locales/messages.nl.xlf b/apps/client/src/locales/messages.nl.xlf
index 8ce13457f..9ef26ab15 100644
--- a/apps/client/src/locales/messages.nl.xlf
+++ b/apps/client/src/locales/messages.nl.xlf
@@ -6065,7 +6065,7 @@
self-hosting
- zelf hosten
+ zelf-hosten
kebab-case
libs/common/src/lib/routes/routes.ts
diff --git a/apps/client/src/locales/messages.pl.xlf b/apps/client/src/locales/messages.pl.xlf
index 1f4802b78..ac4d1aa74 100644
--- a/apps/client/src/locales/messages.pl.xlf
+++ b/apps/client/src/locales/messages.pl.xlf
@@ -7396,7 +7396,7 @@
terms-of-service
- warunki-świadczenia-usług
+ warunki-swiadczenia-uslug
kebab-case
libs/common/src/lib/routes/routes.ts
@@ -7565,7 +7565,7 @@
changelog
- dziennik zmian
+ dziennik-zmian
kebab-case
libs/common/src/lib/routes/routes.ts
diff --git a/apps/client/src/locales/messages.pt.xlf b/apps/client/src/locales/messages.pt.xlf
index 042d277c6..13fc0a098 100644
--- a/apps/client/src/locales/messages.pt.xlf
+++ b/apps/client/src/locales/messages.pt.xlf
@@ -7396,7 +7396,7 @@
terms-of-service
- termos-de-serviço
+ termos-de-servico
kebab-case
libs/common/src/lib/routes/routes.ts
diff --git a/apps/client/src/locales/messages.tr.xlf b/apps/client/src/locales/messages.tr.xlf
index 0cb095a9c..c32980026 100644
--- a/apps/client/src/locales/messages.tr.xlf
+++ b/apps/client/src/locales/messages.tr.xlf
@@ -4200,7 +4200,7 @@
open-source-alternative-to
- Açık kaynak alternatif
+ acik-kaynak-alternatif
kebab-case
libs/common/src/lib/routes/routes.ts
@@ -6065,7 +6065,7 @@
self-hosting
- Kendini-Barındırma
+ kendini-barindirma
kebab-case
libs/common/src/lib/routes/routes.ts
@@ -6934,7 +6934,7 @@
guides
- kılavuzlar
+ kilavuzlar
kebab-case
libs/common/src/lib/routes/routes.ts
@@ -6947,7 +6947,7 @@
glossary
- sözlük
+ sozluk
kebab-case
libs/common/src/lib/routes/routes.ts
@@ -7396,7 +7396,7 @@
terms-of-service
- Hizmet Koşulları
+ hizmet-kosullari
kebab-case
libs/common/src/lib/routes/routes.ts
diff --git a/apps/client/src/locales/messages.uk.xlf b/apps/client/src/locales/messages.uk.xlf
index c402f5e92..ce514ca59 100644
--- a/apps/client/src/locales/messages.uk.xlf
+++ b/apps/client/src/locales/messages.uk.xlf
@@ -3796,7 +3796,7 @@
self-hosting
- самохостинг
+ samohosting
kebab-case
libs/common/src/lib/routes/routes.ts
@@ -5511,7 +5511,7 @@
open-source-alternative-to
- відкритий-альтернативний-для
+ vidkrytyi-alternatyvnyi-dlia
kebab-case
libs/common/src/lib/routes/routes.ts
diff --git a/libs/common/src/lib/routes/routes.ts b/libs/common/src/lib/routes/routes.ts
index 65d63dce9..ee58d12a7 100644
--- a/libs/common/src/lib/routes/routes.ts
+++ b/libs/common/src/lib/routes/routes.ts
@@ -312,7 +312,8 @@ export const publicRoutes = {
title: $localize`Resources`
},
start: {
- path: 'start',
- routerLink: ['/start']
+ excludeFromSitemap: true,
+ path: $localize`:kebab-case@@routes.start:start`,
+ routerLink: ['/' + $localize`:kebab-case@@routes.start:start`]
}
};