mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-02 05:23:14 +00:00
switch to posix strings for language internal
This commit is contained in:
@@ -122,13 +122,13 @@ export default class LanguagePage {
|
||||
|
||||
constructor() {
|
||||
if (this.selected) {
|
||||
this.i18nService.setLanguage(this.selected.name)
|
||||
this.i18nService.setLang(this.selected.name)
|
||||
}
|
||||
}
|
||||
|
||||
onLanguageChange(language: Language) {
|
||||
if (language) {
|
||||
this.i18nService.setLanguage(language.name)
|
||||
this.i18nService.setLang(language.name)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user