- Add frontend/src/lang/translations/ja.json (full translation of all 422 entries from en.json)
- Register ja in frontend/src/lang/index.js so it appears in the language selector
Tested locally with v2.2.3 build. UI strings render correctly in Japanese.
Closes: language support request
Co-authored-by: Taro Kawakami <tarokun@tunagufactory.jp>
* refactor: add space for language title
* feat: add overflow-break to text-wrap class
* feat: add public key text wrapping for interfaces
* refactor: get rid of getlang function and set locale during initialization
fix: show english flag when locale does not match
* refactor: bind header logo alt attribute to companyName
* refactor: add language name to german
* refactor: add language name to russian
* refactor: add language name to english
Initial alpha codebase for version 2 of WireGuard Portal.
This version is considered unstable and incomplete (for example, no public REST API)!
Use with care!
Fixes/Implements the following issues:
- OAuth support #154, #1
- New Web UI with internationalisation support #98, #107, #89, #62
- Postgres Support #49
- Improved Email handling #47, #119
- DNS Search Domain support #46
- Bugfixes #94, #48
---------
Co-authored-by: Fabian Wechselberger <wechselbergerf@hotmail.com>