dockge/frontend/src/lang
Aonodensetsu d92ea2dac9
Added Polski (#132)
* Create pl-PL.json

from https://github.com/louislam/dockge/pull/90 with merged review

* Update pl-PL.json

missed a few and noticed a few things that could be changed

* Add to list

* No overflow text

---------

Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2023-11-22 00:04:51 +08:00
..
bg-BG.json Added: Bulgarian (#93) 2023-11-20 18:14:00 +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
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.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
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.