fix: Update i18n bundle handling
This commit is contained in:
parent
82f816ddcd
commit
48dd1155ba
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ impl I18nBundle {
|
||||||
#[cfg(feature = "i18n")]
|
#[cfg(feature = "i18n")]
|
||||||
{
|
{
|
||||||
log::info!("Loading embedded locale translations (rust-embed)");
|
log::info!("Loading embedded locale translations (rust-embed)");
|
||||||
return Self::load_embedded();
|
Self::load_embedded()
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(feature = "i18n"))]
|
#[cfg(not(feature = "i18n"))]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue