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,7 +1,8 @@
|
||||||
# How to translate
|
# How to translate
|
||||||
|
|
||||||
1. Fork this repo.
|
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:
|
is a valid ISO language code:
|
||||||
http://www.lingoes.net/en/translator/langcode.htm. You can also use
|
http://www.lingoes.net/en/translator/langcode.htm. You can also use
|
||||||
this command to check if there are new strings to
|
this command to check if there are new strings to
|
||||||
|
|
Loading…
Reference in New Issue