From 0546f6a24e7a641e0fa64f2ca732cb926e6da5fc Mon Sep 17 00:00:00 2001 From: DevMirza <53424436+Zaid-maker@users.noreply.github.com> Date: Sun, 26 Nov 2023 10:30:57 +0500 Subject: [PATCH] chore(docs): Update Translation Guide (#185) * update * Update README.md --- frontend/src/lang/README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/frontend/src/lang/README.md b/frontend/src/lang/README.md index 2c20e02c..d457dedd 100644 --- a/frontend/src/lang/README.md +++ b/frontend/src/lang/README.md @@ -2,13 +2,18 @@ A simple guide on how to translate `Dockge` in your native language. -## How to add a new language in the dropdown +## How to Translate + +(11-26-2023) Updated -(11-21-2023) Updated +1. Go to +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. -1. Add your Language at `frontend/src/lang/` by creating a new file with your language Code, format: `zh-TW.json` . -2. Copy the content from `en.json` and make translations from that. +## How to add a new language in the dropdown + +1. Add your Language at . +2. Find the language code (You can find it at the end of the URL) 3. Add your language at the end of `languageList` in `frontend/src/i18n.ts`, format: `"zh-TW": "繁體中文 (台灣)"`, 4. Commit to new branch and make a new Pull Request for me to approve. - -*Note:* Currently we are only accepting one Pull Request per Language Translate.