uptime-kuma/src/languages
Louis Lam c1ccaa7a9f WIP
2022-10-10 20:48:11 +08:00
..
bg-BG.js Update bg-BG.js 2022-10-02 09:55:58 +03:00
cs-CZ.js Update cs-CZ.js 2022-09-22 19:30:43 +02:00
da-DK.js fix: only add en translation 2022-06-26 10:56:46 +01:00
de-DE.js Improve German translation 2022-10-02 13:49:40 +02:00
el-GR.js Remove some double dots & fix backuprecommended 2022-10-07 17:51:45 +00:00
en.js WIP 2022-10-10 20:48:11 +08:00
es-ES.js Updated ES tramaslation 2022-07-31 11:13:36 +02:00
et-EE.js fix: only add en translation 2022-06-26 10:56:46 +01:00
eu.js fix: only add en translation 2022-06-26 10:56:46 +01:00
fa.js fix: only add en translation 2022-06-26 10:56:46 +01:00
fr-FR.js Update FR language (#2173) 2022-10-05 13:57:38 +08:00
hr-HR.js Change small details in hr-HR translation 2022-09-06 14:51:27 +02:00
hu.js fix: only add en translation 2022-06-26 10:56:46 +01:00
id-ID.js Fix typo in id-ID language file (#2202) 2022-10-08 20:59:22 +08:00
it-IT.js Italian language fixes 2022-08-30 19:11:54 +02:00
ja.js fix: only add en translation 2022-06-26 10:56:46 +01:00
ko-KR.js chore: fix typo 2022-09-10 23:16:05 +09:00
nb-NO.js fix: only add en translation 2022-06-26 10:56:46 +01:00
nl-NL.js [i18n] Update NL (Dutch) 2022-06-29 23:26:41 +02:00
pl.js fix: only add en translation 2022-06-26 10:56:46 +01:00
pt-BR.js fix: only add en translation 2022-06-26 10:56:46 +01:00
pt-PT.js fix: small changes in semantics 2022-07-22 15:42:38 +01:00
README.md Make update-language-files command more useful (#2198) 2022-10-08 15:01:47 +08:00
ru-RU.js fix: only add en translation 2022-06-26 10:56:46 +01:00
sl-SI.js Update sl-SI.js 2022-06-29 13:58:52 +02:00
sr-latn.js fix: only add en translation 2022-06-26 10:56:46 +01:00
sr.js fix: only add en translation 2022-06-26 10:56:46 +01:00
sv-SE.js fix: only add en translation 2022-06-26 10:56:46 +01:00
th-TH.js forgot to save lol 2022-08-26 01:08:21 +07:00
tr-TR.js fix some translations 2022-10-02 21:14:00 +03:00
uk-UA.js Update ukrainian language 2022-07-18 09:00:44 +03:00
vi-VN.js fix: only add en translation 2022-06-26 10:56:46 +01:00
zh-CN.js feat: 🌐 Update zh-cn and en translation (#2167) 2022-10-08 01:45:00 +08:00
zh-HK.js [WIP] Checking maintenance time using maintenance_timeslot table 2022-09-27 20:44:44 +08:00
zh-TW.js update zh-tw translation 2022-10-03 18:03:15 +08:00

How to translate

  1. Fork this repo.
  2. Run npm run update-language-files --language=<code> where <code> is a valid ISO language code: http://www.lingoes.net/en/translator/langcode.htm. You can also use this command to check if there are new strings to translate for your language.
  3. Your language file should be filled in. You can translate now.
  4. Add it into languageList constant.
  5. Make a pull request when you have done.

If you do not have programming skills, let me know in the issues section. I will assist you. 😏