Compare commits
1 Commits
v7.0.4
...
chore-upda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
567a0586dc |
@@ -20,7 +20,7 @@ Add a script to your project's `package.json`:
|
|||||||
}
|
}
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
You can now run `npm run i18n:extract` and it will extract strings from your project.
|
You can now run `npm run extract-i18n` and it will extract strings from your project.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@biesbjerg/ngx-translate-extract",
|
"name": "@biesbjerg/ngx-translate-extract",
|
||||||
"version": "7.0.4",
|
"version": "7.0.3",
|
||||||
"description": "Extract strings from projects using ngx-translate",
|
"description": "Extract strings from projects using ngx-translate",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
|
|||||||
Reference in New Issue
Block a user