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 👍
Originally created by @al-dubois on GitHub (Jul 25, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1131
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 👍
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.
<!-- gh-comment-id:3137348199 -->
@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.
<!-- gh-comment-id:3137361412 -->
@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!
<!-- gh-comment-id:3145373378 -->
@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?
<!-- gh-comment-id:3145446706 -->
@Pallavikumarimdb commented on GitHub (Aug 1, 2025):
@oschwartz10612 , I want to work on this. Can you assign it to me?
@Pallavikumarimdb commented on GitHub (Aug 3, 2025):
@oschwartz10612 , Please review the PR and let me know if any changes are needed.
<!-- gh-comment-id:3148103106 -->
@Pallavikumarimdb commented on GitHub (Aug 3, 2025):
@oschwartz10612 , Please review the PR and let me know if any changes are needed.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @al-dubois on GitHub (Jul 25, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/1131
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 ;}