diff --git a/assets/voxygen/i18n/en/hud/_root.ron b/assets/voxygen/i18n/en/hud/misc.ron similarity index 100% rename from assets/voxygen/i18n/en/hud/_root.ron rename to assets/voxygen/i18n/en/hud/misc.ron diff --git a/voxygen/src/i18n.rs b/voxygen/src/i18n.rs index 1dd910bd7d..27d590de23 100644 --- a/voxygen/src/i18n.rs +++ b/voxygen/src/i18n.rs @@ -165,18 +165,6 @@ impl Localization { ); } } - - // Initializes and return a Localization with the given key - // Panics if the Localization cannot be found - // #[track_caller] - // pub fn load_expect(asset_key: &str) -> assets::AssetHandle { - // Self::load(asset_key).unwrap_or_else(|err| { - // panic!( - // "Failed loading essential asset: {} (error={:?})", - // asset_key, err - // ) - // }) - // } } impl From for Localization { fn from(raw: RawLocalization) -> Self {