mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-24 07:14:04 +00:00
Add info about npm install
to translators
Without this, you can have wrong indentation from ESLint
This commit is contained in:
parent
9e81fe120f
commit
5cd58e6fa3
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
# How to translate
|
||||
|
||||
1. Fork this repo.
|
||||
2. Run `npm run update-language-files --language=<code>` where `<code>`
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue