fix: added regions to SUPPORTED_LANGUAGES

This fixes error related to background picture loading
This commit is contained in:
Observer KRypt0n_ 2023-03-01 20:11:41 +02:00
parent f465e2052b
commit 38c2532f49
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -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");