Skip to content

Commit 5735355

Browse files
authored
Merge pull request #430 from bielarusajed/master
Renamed "by" locale to "be"
2 parents 8fb1ccf + 47d8f41 commit 5735355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use french_numbers::*; use get_shell::{get_shell,Shell::*};
1111
use safe_macro::safe;
1212

1313
/// 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"];
14+
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"];
1515
const LANGUAGES_DIRECTORY: &str = "translations";
1616
const MSG: &str = "msg";
1717

0 commit comments

Comments
 (0)