Improve font embedding for MCUs when bundling translations (#7875)

Include messages from bundled translations into the character set used for deciding which glyphs to embed.
This commit is contained in:
Simon Hausmann 2025-03-18 11:54:28 +01:00 committed by GitHub
parent 14b04678b1
commit cc932fceb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 63 additions and 21 deletions

View file

@ -42,6 +42,4 @@ export component App inherits Window {
changed height => {
DialogGlobal.window-height = root.height;
}
out property <string> trick-to-include-german-umlauts: "äöüÄÖÜ"; // required for translations
}