Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-maker authored Nov 25, 2023
1 parent 7385d21 commit 3383ce6
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions frontend/src/lang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

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 <https://weblate.kuma.pet>
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 `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.
1. Add your Language at <https://weblate.kuma.pet/projects/dockge/dockge/>.
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.

Expand Down

0 comments on commit 3383ce6

Please sign in to comment.