dockge/frontend/src/lang
Marco 9830bc345a Translated using Weblate (German)
Currently translated at 100.0% (130 of 130 strings)

Translation: Dockge/dockge
Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/de/
2025-03-29 07:17:30 +00:00
..
ar.json Translated using Weblate (Arabic) 2024-10-13 12:40:45 +00:00
be.json Translated using Weblate (Belarusian) 2024-10-13 12:40:45 +00:00
bg-BG.json Translated using Weblate (Bulgarian) 2025-03-29 07:17:29 +00:00
ca.json Translated using Weblate (Catalan) 2024-10-13 12:40:45 +00:00
cs-CZ.json Translated using Weblate (Czech) 2025-03-29 07:17:30 +00:00
da.json Translated using Weblate (Danish) 2024-10-13 12:40:45 +00:00
de.json Translated using Weblate (German) 2025-03-29 07:17:30 +00:00
en.json Add Translation keys (#506) 2024-10-14 00:51:59 +08:00
es.json Translated using Weblate (Spanish) 2024-10-13 12:40:45 +00:00
fr.json Translated using Weblate (French) 2025-03-29 07:17:29 +00:00
ga.json Translated using Weblate (Irish) 2024-10-13 12:40:45 +00:00
hu.json Translated using Weblate (Hungarian) 2024-10-13 12:40:45 +00:00
id.json
it-IT.json Translated using Weblate (Italian) 2024-10-13 12:40:45 +00:00
ja.json Translated using Weblate (Japanese) 2025-03-29 07:17:29 +00:00
ko-KR.json
nb_NO.json Translated using Weblate (Norwegian Bokmål) 2024-10-13 12:40:45 +00:00
nl.json Translated using Weblate (Dutch) 2024-10-13 12:40:45 +00:00
pl-PL.json Translated using Weblate (Polish) 2025-03-29 07:17:30 +00:00
pt-BR.json Translated using Weblate (Portuguese (Brazil)) 2024-10-13 12:40:45 +00:00
pt.json Translated using Weblate (Portuguese) 2024-10-13 12:40:45 +00:00
README.md
ro.json
ru.json
sl.json Translated using Weblate (Slovenian) 2024-10-13 12:40:45 +00:00
sv-SE.json Translated using Weblate (Swedish) 2025-03-29 07:17:30 +00:00
th.json Translated using Weblate (Thai) 2024-10-13 12:40:45 +00:00
tr.json Translated using Weblate (Turkish) 2024-10-13 12:40:45 +00:00
uk-UA.json Translated using Weblate (Ukrainian) 2025-03-29 07:17:29 +00:00
ur.json
vi.json
zh-CN.json
zh-TW.json

Translations

A simple guide on how to translate Dockge in your native language.

How to Translate

(11-26-2023) Updated

  1. Go to https://weblate.kuma.pet
  2. Register an account on Weblate
  3. Make sure your GitHub email is matched with Weblate's account, so that it could show you as a contributor on GitHub
  4. Choose your language on Weblate and start translating.

How to add a new language in the dropdown

  1. Add your Language at https://weblate.kuma.pet/projects/dockge/dockge/.
  2. Find the language code (You can find it at the end of the URL)
  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.