-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow setting time/date locale #19
Comments
TrguiNG uses system regional settings for formatting dates and time. Application specific settings are possible but I would consider low priority. |
I think the way jesec/flood handles this is a better way, if implementing application settings is cumbersome: jesec/flood#123 It uses browser locale, which in my case the first requested language is en-gb, so flood formats dates as dd/mm/yyyy. This is also a lot quicker to change than system regional settings. |
The app version of TrguiNG has no browser so no browser language settings to use. Adding this specifically for web version is also non trivial work for not a lot of gain so will be low priority. |
Yeah, it appears webview2 does not always respect system locale ¯\_(ツ)_/¯ |
Would be great if it was possible to select between 12/24H time and dd/mm/yyyy or mm/dd/yyyy
Other than that, absolutely spectacular project. This can finally replace transgui for me. Thank you!
The text was updated successfully, but these errors were encountered: