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
|
@ -4057,7 +4057,7 @@ fn generate_type_aliases(file: &mut File, doc: &Document) {
|
|||
|
||||
#[cfg(feature = "bundle-translations")]
|
||||
fn generate_translation(
|
||||
translations: &llr::translations::Translations,
|
||||
translations: &crate::translations::Translations,
|
||||
compilation_unit: &llr::CompilationUnit,
|
||||
declarations: &mut Vec<Declaration>,
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue