feat: add i18n support for libcosmic widgets

This commit is contained in:
Vukašin Vojinović 2025-09-05 18:50:25 +02:00 committed by GitHub
parent ea349aca82
commit 066999586b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 110 additions and 15 deletions

View file

@ -90,6 +90,8 @@ pub use iced_wgpu;
pub mod icon_theme;
pub mod keyboard_nav;
mod localize;
#[cfg(all(target_env = "gnu", not(target_os = "windows")))]
pub(crate) mod malloc;