mirror of
https://github.com/louislam/dockge.git
synced 2024-11-28 13:34:03 +00:00
ee8f39699a
* Create it-IT.json * Add Italian translation to i18n.ts |
||
---|---|---|
.. | ||
ar.json | ||
bg-BG.json | ||
cs-CZ.json | ||
de.json | ||
en.json | ||
es.json | ||
fr.json | ||
it-IT.json | ||
ko-KR.json | ||
pl-PL.json | ||
pt-BR.json | ||
pt.json | ||
README.md | ||
ru.json | ||
sl.json | ||
th.json | ||
tr.json | ||
ur.json | ||
zh-CN.json |
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.json
and make translations from that. - Add your language at the end of
languageList
infrontend/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.