You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
uptime-kuma/src/languages
Matthew Nickson f67d7cdf3f
Make update-language-files command more useful (#2198)
2 years ago
..
README.md Make update-language-files command more useful (#2198) 2 years ago
bg-BG.js Update bg-BG.js 2 years ago
cs-CZ.js Update cs-CZ.js 2 years ago
da-DK.js fix: only add en translation 2 years ago
de-DE.js Improve German translation 2 years ago
en.js feat: 🌐 Update zh-cn and en translation (#2167) 2 years ago
es-ES.js Updated ES tramaslation 2 years ago
et-EE.js fix: only add en translation 2 years ago
eu.js fix: only add en translation 2 years ago
fa.js fix: only add en translation 2 years ago
fr-FR.js Update FR language (#2173) 2 years ago
hr-HR.js Change small details in hr-HR translation 2 years ago
hu.js fix: only add en translation 2 years ago
id-ID.js [id-ID.js] Fix some type and word (#2149) 2 years ago
it-IT.js Italian language fixes 2 years ago
ja.js fix: only add en translation 2 years ago
ko-KR.js chore: fix typo 2 years ago
nb-NO.js fix: only add en translation 2 years ago
nl-NL.js [i18n] Update NL (Dutch) 2 years ago
pl.js fix: only add en translation 2 years ago
pt-BR.js fix: only add en translation 2 years ago
pt-PT.js fix: small changes in semantics 2 years ago
ru-RU.js fix: only add en translation 2 years ago
sl-SI.js Update sl-SI.js 2 years ago
sr-latn.js fix: only add en translation 2 years ago
sr.js fix: only add en translation 2 years ago
sv-SE.js fix: only add en translation 2 years ago
th-TH.js forgot to save lol 2 years ago
tr-TR.js fix some translations 2 years ago
uk-UA.js Update ukrainian language 2 years ago
vi-VN.js fix: only add en translation 2 years ago
zh-CN.js feat: 🌐 Update zh-cn and en translation (#2167) 2 years ago
zh-HK.js fix: only add en translation 2 years ago
zh-TW.js update zh-tw translation 2 years ago

README.md

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. 😏