mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2025-04-03 07:23:27 +03:00
fix: added regions to SUPPORTED_LANGUAGES
This fixes error related to background picture loading
This commit is contained in:
parent
f465e2052b
commit
38c2532f49
1 changed files with 3 additions and 3 deletions
|
@ -11,9 +11,9 @@ fluent_templates::static_loader! {
|
||||||
|
|
||||||
/// Map of supported languages
|
/// Map of supported languages
|
||||||
pub const SUPPORTED_LANGUAGES: &[LanguageIdentifier] = &[
|
pub const SUPPORTED_LANGUAGES: &[LanguageIdentifier] = &[
|
||||||
langid!("en"),
|
langid!("en-us"),
|
||||||
langid!("ru"),
|
langid!("ru-ru"),
|
||||||
langid!("de")
|
langid!("de-de")
|
||||||
];
|
];
|
||||||
|
|
||||||
static mut LANG: LanguageIdentifier = langid!("en");
|
static mut LANG: LanguageIdentifier = langid!("en");
|
||||||
|
|
Loading…
Add table
Reference in a new issue