clicking publish in the bundled app gives a toast with "editor.published" #117
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.