uptime-kuma/src/languages
LouisLam 2ce5c28ed4 Merge branch 'master' into feature/matrix-notifications
# Conflicts:
#	src/languages/en.js
2021-10-08 00:59:39 +08:00
..
bg-BG.js Update bg-BG.js 2021-10-07 09:27:05 +03:00
da-DK.js try to standardize the language name list 2021-10-07 15:06:16 +08:00
de-DE.js try to standardize the language name list 2021-10-07 15:06:16 +08:00
en.js Merge branch 'master' into feature/matrix-notifications 2021-10-08 00:59:39 +08:00
es-ES.js run update-language-files 2021-10-04 23:32:16 +02:00
et-EE.js l10n: update et 2021-10-06 21:02:34 +03:00
fa.js minor 2021-10-07 18:06:43 +08:00
fr-FR.js run update-language-files 2021-10-04 23:32:16 +02:00
hu.js run update-language-files 2021-10-04 23:32:16 +02:00
it-IT.js run update-language-files 2021-10-04 23:32:16 +02:00
ja.js run update-language-files 2021-10-04 23:32:16 +02:00
ko-KR.js run update-language-files 2021-10-04 23:32:16 +02:00
nl-NL.js run update-language-files 2021-10-04 23:32:16 +02:00
pl.js run update-language-files 2021-10-04 23:32:16 +02:00
pt-BR.js run update-language-files 2021-10-04 23:32:16 +02:00
README.md More info about update-language-files command 2021-09-15 21:16:22 +02:00
ru-RU.js Merge pull request #572 from Brainpitcher/patch-1 2021-10-06 15:28:29 +08:00
sr-latn.js run update-language-files 2021-10-04 23:32:16 +02:00
sr.js run update-language-files 2021-10-04 23:32:16 +02:00
sv-SE.js run update-language-files 2021-10-04 23:32:16 +02:00
tr-TR.js run update-language-files 2021-10-04 23:32:16 +02:00
zh-CN.js run update-language-files 2021-10-04 23:32:16 +02:00
zh-HK.js update zh-HK.js 2021-10-07 14:55:32 +08:00

How to translate

  1. Fork this repo.
  2. Create a language file (e.g. zh-TW.js). The filename must be ISO language code: http://www.lingoes.net/en/translator/langcode.htm
  3. Run npm run update-language-files. 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. Translate src/pages/Settings.vue (search for a Confirm component with rel="confirmDisableAuth").
  6. Import your language file in src/i18n.js and add it to languageList constant.
  7. Make a pull request when you have done.

One of good examples: https://github.com/louislam/uptime-kuma/pull/316/files

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