summaryrefslogtreecommitdiffstats
path: root/src/lang/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/lang/README.md')
-rw-r--r--src/lang/README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/lang/README.md b/src/lang/README.md
new file mode 100644
index 0000000..8c9b237
--- /dev/null
+++ b/src/lang/README.md
@@ -0,0 +1,20 @@
+# Translations
+
+## How to translate
+
+(2023-01-24 Updated)
+
+1. Go to [https://weblate.kuma.pet](https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/)
+2. Register an account on Weblate
+3. Make sure your GitHub email is matched with Weblate's account, so that it could show you as a contributor on GitHub
+4. Choose your language on Weblate and start translating.
+
+## How to add a new language in the dropdown
+
+1. Add your language at https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/
+2. Find the language code (You can find it at the end of the URL)
+3. Go to https://github.com/louislam/uptime-kuma/blob/master/src/i18n.js and click `Edit` icon
+4. Add your language at the end of `languageList`, format: `"zh-TW": "繁體中文 (台灣)",`
+5. Commit and make a pull request for me to approve
+
+If you do not have programming skills, let me know in [the issues section](https://github.com/louislam/uptime-kuma/issues). I will assist you. 😏