mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
feat(i18n): Implement and refine language selection feature
Introduces a language selection option in settings, allowing users to manually choose an application language or revert to automatic system locale detection. This includes UI updates, settings integration, and improved language detection logic.
This commit is contained in:
@@ -76,7 +76,8 @@
|
||||
},
|
||||
"select": {
|
||||
"label": "Application Language",
|
||||
"description": "Select the language used in the application's interface."
|
||||
"description": "Select the language used in the application's interface.",
|
||||
"auto-detect": "Automatic"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user