chore: automatic locale sync (#5881)
Some checks are pending
CodeQL / Analyze (push) Waiting to run
Docker Nightly Production / Backend Server Tests (push) Waiting to run
Docker Nightly Production / Frontend Tests (push) Waiting to run
Docker Nightly Production / Build Package (push) Waiting to run
Docker Nightly Production / Build Tagged Release (push) Blocked by required conditions
Docker Nightly Production / Notify Discord (push) Blocked by required conditions
Release Drafter / ✏️ Draft release (push) Waiting to run

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
github-actions[bot] 2025-08-03 11:02:19 +00:00 committed by GitHub
commit ea099a743b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,7 +69,7 @@ export const LOCALES = [
{ {
name: "Português (Portuguese)", name: "Português (Portuguese)",
value: "pt-PT", value: "pt-PT",
progress: 37, progress: 38,
dir: "ltr", dir: "ltr",
}, },
{ {
@ -81,7 +81,7 @@ export const LOCALES = [
{ {
name: "Polski (Polish)", name: "Polski (Polish)",
value: "pl-PL", value: "pl-PL",
progress: 37, progress: 39,
dir: "ltr", dir: "ltr",
}, },
{ {
@ -147,7 +147,7 @@ export const LOCALES = [
{ {
name: "עברית (Hebrew)", name: "עברית (Hebrew)",
value: "he-IL", value: "he-IL",
progress: 67, progress: 73,
dir: "rtl", dir: "rtl",
}, },
{ {
@ -159,7 +159,7 @@ export const LOCALES = [
{ {
name: "Français (French)", name: "Français (French)",
value: "fr-FR", value: "fr-FR",
progress: 49, progress: 50,
dir: "ltr", dir: "ltr",
}, },
{ {
@ -189,7 +189,7 @@ export const LOCALES = [
{ {
name: "Español (Spanish)", name: "Español (Spanish)",
value: "es-ES", value: "es-ES",
progress: 40, progress: 41,
dir: "ltr", dir: "ltr",
}, },
{ {
@ -207,25 +207,25 @@ export const LOCALES = [
{ {
name: "Ελληνικά (Greek)", name: "Ελληνικά (Greek)",
value: "el-GR", value: "el-GR",
progress: 38, progress: 39,
dir: "ltr", dir: "ltr",
}, },
{ {
name: "Deutsch (German)", name: "Deutsch (German)",
value: "de-DE", value: "de-DE",
progress: 64, progress: 65,
dir: "ltr", dir: "ltr",
}, },
{ {
name: "Dansk (Danish)", name: "Dansk (Danish)",
value: "da-DK", value: "da-DK",
progress: 38, progress: 39,
dir: "ltr", dir: "ltr",
}, },
{ {
name: "Čeština (Czech)", name: "Čeština (Czech)",
value: "cs-CZ", value: "cs-CZ",
progress: 39, progress: 40,
dir: "ltr", dir: "ltr",
}, },
{ {