uptime-kuma/src/languages
Louis Lam d596f8f7eb
Merge pull request #2560 from DimitriDR/master
Adding translations for Kook & ZohoCliq
2023-01-08 14:03:35 +08:00
..
bg-BG.js Update bg-BG.js 2023-01-06 09:00:45 +02:00
cs-CZ.js Update cs-CZ.js 2022-12-15 14:35:59 +01:00
da-DK.js fix: only add en translation 2022-06-26 10:56:46 +01:00
de-CH.js Fixed some typos in the German translations 🇩🇪🇨🇭 2022-12-07 09:10:05 +01:00
de-DE.js Updated German 2022-12-16 10:42:41 +00:00
el-GR.js zoho cliq notification provider 2022-12-08 13:32:10 +02:00
en.js Merge pull request #2478 from YehowahLiu/master 2023-01-01 02:53:03 +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 zoho cliq notification provider 2022-12-08 13:32:10 +02:00
fa.js fix: only add en translation 2022-06-26 10:56:46 +01:00
fr-FR.js Adding translations for Kook & ZohoCliq 2023-01-07 13:10:25 +01:00
he-IL.js he-IL (#2460) 2022-12-27 14:04:53 +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 Update id-ID.js 2022-10-17 20:09:25 +07: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 Merge pull request #2260 from m-kiszka/smseagle 2022-10-31 17:03:34 +08: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 Correct order 2022-10-24 23:38:38 +02:00
ru-RU.js Update Russian locale (#2218) 2022-10-13 00:27:50 +08: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 Update th-TH.js 2022-12-17 17:34:03 +07:00
tr-TR.js Update tr-TR.js 2023-01-04 16:41: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 Updated zh-CN.js 2023-01-05 15:38:51 +08:00
zh-HK.js Add configurable dns cache 2022-12-12 17:19:22 +08:00
zh-TW.js update zh-TW.js 2022-12-28 17:29:46 +08:00

How to translate

  1. Fork this repo.
  2. Run npm install
  3. 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.
  4. Your language file should be filled in. You can translate now.
  5. Add it into languageList constant.
  6. 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. 😏