netbird
netbird copied to clipboard
Client UI Multiple language support
Describe your changes
- Add client-side multilingual support(MacOS&Windows)
- Automatically adapt multilingualism according to the file mapping rules provided by Windows.
Windows
MacOS
Issue ticket number and link
#1937
Checklist
- [x] Is it a bug fix
- [ ] Is a typo/documentation fix
- [ ] Is a feature enhancement
- [ ] It is a refactor
- [ ] Created tests that fail without the change (if possible)
- [ ] Extended the README / documentation, if necessary
Hello @Yxnt,
Thank you for your contribution. This works fine on macOS, but still facing the same issue on Windows. Do I need to install these fonts on Windows for it to work?
Hello @Yxnt,
Thank you for your contribution. This works fine on macOS, but still facing the same issue on Windows. Do I need to install these fonts on Windows for it to work?
![]()
@bcmmbaga It is not necessary to install the font files, Perhaps I may know what the reason is, the way I modified it is to get the default language of the current Windows and call the font file of that language, if it is an English operating system then it does not support Chinese, because the font file of each language of Windows is different. My modification may be more suitable for users who can't configure other languages, i.e. Chinese users input Chinese, Japanese users input Japanese (not applicable to Chinese users input Japanese/Korean/Thai).