mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
feat(i18n): changed default language from en
to en-us
More like style change because it anyway is being replaced at app start
This commit is contained in:
parent
f109454cb7
commit
e008a97822
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ pub const SUPPORTED_LANGUAGES: &[LanguageIdentifier] = &[
|
|||
langid!("de-de")
|
||||
];
|
||||
|
||||
static mut LANG: LanguageIdentifier = langid!("en");
|
||||
static mut LANG: LanguageIdentifier = langid!("en-us");
|
||||
|
||||
/// Set launcher language
|
||||
pub fn set_lang(lang: LanguageIdentifier) -> anyhow::Result<()> {
|
||||
|
|
Loading…
Reference in a new issue