clicking publish in the bundled app gives a toast with "editor.published" #117

Closed
opened 2026-08-01 07:06:39 +00:00 by hugo · 1 comment
Owner

looks like not all labels are properly translated, because when I publish a post, I get a toast with a label ID and not the actual label. I am running the app with german UI language.

looks like not all labels are properly translated, because when I publish a post, I get a toast with a label ID and not the actual label. I am running the app with german UI language.
hugo added the bug label 2026-08-01 07:06:39 +00:00
Author
Owner

Implemented in 9a93767. Added the missing editor.published Fluent message in English, German, French, Italian, and Spanish, using the same wording as bDS2; the German publish toast now reads Beitrag veröffentlicht instead of exposing the key. Added an application-level regression test that publishes only inside an isolated temporary project and asserts the German success toast. Verified with the focused red/green test, locale completeness tests, Allium i18n check/analyse, fmt, workspace build, Clippy with warnings denied, full cargo test --workspace (all passed; one explicit model-download test ignored), and a final macOS bundle build. No real blog post was published.

Implemented in 9a93767. Added the missing editor.published Fluent message in English, German, French, Italian, and Spanish, using the same wording as bDS2; the German publish toast now reads Beitrag veröffentlicht instead of exposing the key. Added an application-level regression test that publishes only inside an isolated temporary project and asserts the German success toast. Verified with the focused red/green test, locale completeness tests, Allium i18n check/analyse, fmt, workspace build, Clippy with warnings denied, full cargo test --workspace (all passed; one explicit model-download test ignored), and a final macOS bundle build. No real blog post was published.
hugo closed this issue 2026-08-01 10:26:25 +00:00
Sign in to join this conversation.