Skip to content

Commit 7701688

Browse files
committed
Added mising "generate" from language generator how to command
1 parent 19b3d79 commit 7701688

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To generate a new language file template automatically, run the following comman
3737

3838
```
3939
npm install
40-
npm run language
40+
npm run generate-language
4141
```
4242

4343
This will prompt you to enter a language code and will generate your language file in the `languages/` folder with English placeholder text. Now just translate each line. You should also add your language to the `languages/languages.json` list.
@@ -65,7 +65,7 @@ Just run this command:
6565

6666
```
6767
npm install
68-
npm run untranslated-lang
68+
npm run generate-untranslated-lang
6969
```
7070

7171
You will find untranslated IDs in `languages/xx.untranslated.json`.

0 commit comments

Comments
 (0)