Files
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
..
2023-11-20 18:14:00 +08:00
2023-11-21 03:51:32 +08:00
2023-11-21 18:17:11 +08:00
2023-11-20 13:23:08 +08:00
2023-11-19 17:36:19 +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-21 15:13:12 +08:00
2023-11-20 23:52:35 +08:00
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.