Skip to content

Commit

Permalink
Merge pull request #430 from bielarusajed/master
Browse files Browse the repository at this point in the history
Renamed "by" locale to "be"
mTvare6 authored Dec 5, 2024
2 parents 8fb1ccf + 47d8f41 commit 5735355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ use french_numbers::*; use get_shell::{get_shell,Shell::*};
use safe_macro::safe;

/// These constants are to avoid magic strings/values.
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"];
const LANGUAGES_DIRECTORY: &str = "translations";
const MSG: &str = "msg";

0 comments on commit 5735355

Please sign in to comment.