Added support for multiple languages
This commit is contained in:
@@ -14,4 +14,6 @@ pub enum InvalidCommand {
|
||||
InvalidOutputLength,
|
||||
#[error("Error decoding the values: {0}")]
|
||||
NameDecodingError(#[from] base64::DecodeError),
|
||||
#[error("Unknown locale passed into callback")]
|
||||
UnknownLocale,
|
||||
}
|
||||
|
Reference in New Issue
Block a user