mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-23 10:02:28 -05:00
[Feature Request] System wide default language #523
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @al-dubois on GitHub (Jul 25, 2025).
Originally assigned to: @Pallavikumarimdb on GitHub.
Is there a way to set the default language to something other than english for all users ? I support a french speaking company and they don't like that the default language isn't french.
Thanks 👍
@softcat commented on GitHub (Jul 30, 2025):
I totally agree — having the option to set a default language other than English would be really useful. I'm supporting users in a similar situation, and many of them expect to see their native language right from the start.
@al-dubois commented on GitHub (Jul 30, 2025):
I think we could try to use the browser's language property https://developer.mozilla.org/en-US/docs/Web/API/Navigator/language and fallback to english.
Thoughts ?
@oschwartz10612 commented on GitHub (Aug 1, 2025):
Should be an easy add. Pulling from the browser will be the easiest first thing to do!
@Pallavikumarimdb commented on GitHub (Aug 1, 2025):
@oschwartz10612 , I want to work on this. Can you assign it to me?
@oschwartz10612 commented on GitHub (Aug 1, 2025):
@Pallavikumarimdb that's awesome!
@Pallavikumarimdb commented on GitHub (Aug 3, 2025):
@oschwartz10612 , Please review the PR and let me know if any changes are needed.
@al-dubois commented on GitHub (Aug 19, 2025):
Can't wait to see it in prod ;)
Thanks @Pallavikumarimdb
@oschwartz10612 commented on GitHub (Aug 19, 2025):
Next release ;}