mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 22:12:17 +00:00
* 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>
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
- Add your Language at
frontend/src/lang/by creating a new file with your language Code, format:zh-TW.json. - Copy the content from
en.jsonand make translations from that. - Add your language at the end of
languageListinfrontend/src/i18n.ts, format:"zh-TW": "繁體中文 (台灣)", - 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.