fix: Update i18n bundle handling

This commit is contained in:
Rodrigo Rodriguez 2026-02-20 01:14:09 +00:00
parent 82f816ddcd
commit 48dd1155ba

View file

@ -181,7 +181,7 @@ impl I18nBundle {
#[cfg(feature = "i18n")]
{
log::info!("Loading embedded locale translations (rust-embed)");
return Self::load_embedded();
Self::load_embedded()
}
#[cfg(not(feature = "i18n"))]