Skip to content

fix(i18n): correct English leftovers in home.* for da and es locales - #1233

Open
rawdaymx wants to merge 1 commit into
ChatbotXIO:mainfrom
rawdaymx:fix/home-translations-da-es
Open

rawdaymx wants to merge 1 commit into
ChatbotXIO:mainfrom
rawdaymx:fix/home-translations-da-es

Conversation

@rawdaymx

Copy link
Copy Markdown
Contributor

Fixes #1227.

The home.* block in da.json (all 4 keys) and es.json (2 of 4 keys) mixed English phrases into the translated strings — e.g. da.json's noWorkspaces read "Du don't have vilkårlig arbejdsområder yet.", and subtitle read "Pick en arbejdsområde til jump tilbage i, eller opret en ny one.". The other 18 locales translate this block correctly.

Changes

Locale Key Before After
da welcomeBack Welcome tilbage, {name} Velkommen tilbage, {name}
da subtitle Pick en arbejdsområde til jump tilbage i, eller opret en ny one. Vælg et arbejdsområde for at fortsætte, eller opret et nyt.
da noWorkspaces Du don't have vilkårlig arbejdsområder yet. Du har endnu ingen arbejdsområder.
da owner Owner Ejer
es subtitle Pick un espacio de trabajo un jump back in, o Crear un nuevo one. Elige un espacio de trabajo para retomar, o crea uno nuevo.
es noWorkspaces You don't tiene cualquier espacio de trabajos yet. Aún no tienes ningún espacio de trabajo.

Verification

i18n-check --source en --locales messages (pnpm i18n:check in apps/builder) passes: no missing keys, no invalid translations.

Not verified by a native speaker: the Danish corrections are our best-effort translation, not reviewed by a native Danish speaker — flagged in case a maintainer or contributor wants to double-check phrasing before merging.

The home.* block in da.json (4 keys) and es.json (2 of 4 keys) mixed
English phrases into the translated strings (e.g. da.json's
noWorkspaces read "Du don't have vilkårlig arbejdsområder yet.").
The other 18 locales translate this block correctly.

da.json corrections are machine-assisted; not verified by a native
Danish speaker.
@github-actions github-actions Bot added the bug Something isn't working as expected label Sep 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

i18n: home.subtitle/home.noWorkspaces (and all of da.json's home block) mix English and the target language

1 participant