Files
dockge/frontend/src/lang
Louis Lam 5ed6bd9982 WIP
2023-11-25 17:07:53 +08:00
..
2023-11-23 10:19:58 +08:00
2023-11-20 18:14:00 +08:00
2023-11-23 08:45:14 +08:00
2023-11-21 03:51:32 +08:00
WIP
2023-11-25 17:07:53 +08:00
2023-11-20 13:23:08 +08:00
2023-11-19 17:36:19 +08:00
2023-11-24 02:33:22 +08:00
2023-11-20 13:23:41 +08:00
2023-11-22 00:04:51 +08:00
2023-11-20 13:23:08 +08:00
2023-11-21 12:15:09 +08:00
2023-11-21 18:12:54 +08:00
2023-11-24 13:27:55 +08:00
2023-11-23 21:27:38 +08:00
2023-11-21 15:13:12 +08:00
2023-11-25 12:06:24 +08:00
2023-11-20 23:52:35 +08:00
2023-11-20 00:55:00 +08:00
2023-11-25 13:08:14 +08:00

Translations

A simple guide on how to translate Dockge in your native language.

How to add a new language in the dropdown

(11-21-2023) Updated

  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.
  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.