Skip to content

Commit fcc84ac

Browse files
committed
docs: improve docs page
1 parent b3dbf01 commit fcc84ac

File tree

5 files changed

+2849
-1347
lines changed

5 files changed

+2849
-1347
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ If you need support for additional languages, you can:
2525

2626
1. **Fork this repository**
2727
2. **Uncomment the desired languages** in `constants.js` (lines 24-173)
28-
3. **Run the update script** to generate the language files:
28+
3. **Run the update scripts** to generate the language files:
2929
```bash
3030
npm run update-data-force
31+
npm run group-data-force
3132
```
3233

3334
The following languages are available but commented out in the codebase:

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"group-data": "node group.js",
1313
"update-data-force": "node update.js --force",
1414
"group-data-force": "node group.js --force",
15+
"generate-docs": "node scripts/generate-docs.js",
1516
"format": "prettier --write \"**/*.js\" --ignore-path .gitignore"
1617
}
1718
}

0 commit comments

Comments
 (0)