We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e830b commit 6c83c75Copy full SHA for 6c83c75
i18n-config/src/lib.rs
@@ -41,7 +41,7 @@ pub enum I18nConfigError {
41
#[error("Cannot deserialize toml file {0:?} because {1}.")]
42
CannotDeserializeToml(PathBuf, basic_toml::Error),
43
#[error("Cannot parse i18n configuration file {0:?} because {1}.")]
44
- CannotParseI18nToml(PathBuf, String),
+ CannotPaseI18nToml(PathBuf, String),
45
#[error("There is no i18n configuration file present for the crate {0}.")]
46
NoI18nConfig(String),
47
#[error("The \"{0}\" is required to be present in the i18n configuration file \"{1}\"")]
0 commit comments