dockge/frontend/src/lang
Davide Trainini ee8f39699a
Add Italian translation (#166)
* Create it-IT.json

* Add Italian translation to i18n.ts
2023-11-24 02:33:22 +08:00
..
ar.json Arabic translation (#162) 2023-11-23 10:19:58 +08:00
bg-BG.json Added: Bulgarian (#93) 2023-11-20 18:14:00 +08:00
cs-CZ.json Fix cs-CZ language (#160) 2023-11-23 08:45:14 +08:00
de.json german language added (#101) 2023-11-21 03:51:32 +08:00
en.json Add "docker compose down" (#122) 2023-11-21 18:17:11 +08:00
es.json Added Español and Português (#82) 2023-11-20 13:23:08 +08:00
fr.json Minor 2023-11-19 17:36:19 +08:00
it-IT.json Add Italian translation (#166) 2023-11-24 02:33:22 +08:00
ko-KR.json Added 한국어 (#86) 2023-11-20 13:23:41 +08:00
pl-PL.json Added Polski (#132) 2023-11-22 00:04:51 +08:00
pt-BR.json Created Brazilian-Portuguese lang (#159) 2023-11-23 08:46:20 +08:00
pt.json Added Español and Português (#82) 2023-11-20 13:23:08 +08:00
README.md feat: Add Translation Guide (#111) 2023-11-21 12:15:09 +08:00
ru.json Add Russian language translation (#107) 2023-11-21 03:50:58 +08:00
sl.json Slovenian language file (#108) 2023-11-21 18:12:54 +08:00
th.json feat : Added Thai language (#164) 2023-11-23 21:27:38 +08:00
tr.json Update Turkish language (#121) 2023-11-21 15:13:12 +08:00
ur.json chore: Add Urdu language (#77) 2023-11-20 23:52:35 +08:00
zh-CN.json Added Simplified Chinese (#70) 2023-11-20 00:55:00 +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.