dockge/frontend/src/lang
Rumplin b7c6bbba67
Slovenian language file (#108)
* Slovenian language file

This is a translation from the en.json file to the Slovenian language

* Update for Slovenian language in i18n.ts

Slovenian languge added to the language list

* Update i18n.ts

Removed trailing spaces
2023-11-21 18:12:54 +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 Minor 2023-11-19 17:36:19 +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
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.