mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-22 21:02:44 +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
|
||||
pub const SUPPORTED_LANGUAGES: &[LanguageIdentifier] = &[
|
||||
langid!("en"),
|
||||
langid!("ru"),
|
||||
langid!("de")
|
||||
langid!("en-us"),
|
||||
langid!("ru-ru"),
|
||||
langid!("de-de")
|
||||
];
|
||||
|
||||
static mut LANG: LanguageIdentifier = langid!("en");
|
||||
|
|
Loading…
Reference in a new issue