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.
2 parents 8fb1ccf + 47d8f41 commit 5735355Copy full SHA for 5735355
src/main.rs
@@ -11,7 +11,7 @@ use french_numbers::*; use get_shell::{get_shell,Shell::*};
11
use safe_macro::safe;
12
13
/// These constants are to avoid magic strings/values.
14
- const LANGUAGE_LOCALES: &[&str] = &["en", "es", "bg", "bn", "by", "de", "eo", "fa", "fr", "gr", "he", "hi", "hr", "hu", "id", "ie", "is", "jp", "kr", "kz", "la", "lt", "my", "nl", "no", "pl", "pt", "ro", "ru", "sk", "tr", "th", "zh", "cs", "it", "uk", "ar"];
+ const LANGUAGE_LOCALES: &[&str] = &["en", "es", "bg", "bn", "be", "de", "eo", "fa", "fr", "gr", "he", "hi", "hr", "hu", "id", "ie", "is", "jp", "kr", "kz", "la", "lt", "my", "nl", "no", "pl", "pt", "ro", "ru", "sk", "tr", "th", "zh", "cs", "it", "uk", "ar"];
15
const LANGUAGES_DIRECTORY: &str = "translations";
16
const MSG: &str = "msg";
17
0 commit comments