We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bc91f commit 0f115d8Copy full SHA for 0f115d8
crates/egui_i18n/src/manager.rs
@@ -22,6 +22,7 @@ use parking_lot::Mutex;
22
use std::collections::HashMap;
23
24
static I18N: Lazy<Mutex<I18nManager>> = Lazy::new(|| Mutex::new(I18nManager::new()));
25
+
26
/// Manages internationalization (i18n) for the application.
27
///
28
/// # Adding support for a new language
0 commit comments