mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-09-21 19:49:21 +08:00
* [empty commit] pull request for remote browser support * Remote browser: Added UI screens and DB tables. * Remote browser working * Fixing tests * Fix tests * Fix tests * fix tests * Test browser * revert init_db.js * Changed drop down to ActionSelect * Fix translations * added remote browsers toggle * revert changes package-lock * Fix bad english * Set default remote browser * Remote browsers Requested changes * fixed description.
Translations
How to translate
(2023-01-24 Updated)
- Go to https://weblate.kuma.pet
- Register an account on Weblate
- Make sure your GitHub email is matched with Weblate's account, so that it could show you as a contributor on GitHub
- Choose your language on Weblate and start translating.
How to add a new language in the dropdown
- Add your language at https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/
- Find the language code (You can find it at the end of the URL)
- Go to https://github.com/louislam/uptime-kuma/blob/master/src/i18n.js and click
Edit
icon - Add your language at the end of
languageList
, format:"zh-TW": "繁體中文 (台灣)",
- Commit and make a pull request for me to approve
If you do not have programming skills, let me know in the issues section. I will assist you. 😏