pub type LocalizedString = LocalizedString;
pub enum LocalizedString { Plain(String), Localized(Vec<(String, String)>), }