Files
uptime-kuma/src/languages
Louis Lam f65bef686c Merge pull request #1857 from MarcHagen/lang/nl
[i18n] Update NL (Dutch)
2022-06-30 16:19:26 +08:00
..
2022-06-20 11:52:12 +03:00
2022-05-30 18:05:28 +08:00
2022-06-23 23:30:01 +02:00
2022-05-30 18:05:28 +08:00
2022-05-30 18:05:28 +08:00
2022-06-29 23:26:41 +02:00
2022-06-19 21:17:03 +02:00
2022-05-30 18:05:28 +08:00
2022-06-15 19:41:21 +02: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. 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. 😏