mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
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:
parent
14b04678b1
commit
cc932fceb9
11 changed files with 63 additions and 21 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue