@globalfishingwatch/i18n-labels 1.3.0 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -2
- package/dist/source/datasets.json +227 -320
- package/en/datasets.json +281 -374
- package/es/datasets.json +229 -322
- package/fr/datasets.json +227 -320
- package/id/datasets.json +228 -321
- package/package.json +1 -1
- package/pt/datasets.json +280 -373
- package/source/datasets.json +228 -321
- package/val/datasets.json +2406 -2499
package/README.md
CHANGED
|
@@ -75,13 +75,20 @@ import { timebar } from '@globalfishingwatch/i18n-labels'
|
|
|
75
75
|
console.log(timebar.playback.playAnimation) // "Play animation"
|
|
76
76
|
```
|
|
77
77
|
|
|
78
|
-
## Build and publish
|
|
78
|
+
## Build and publish to npm (latest)
|
|
79
79
|
|
|
80
80
|
```bash
|
|
81
|
-
nx
|
|
81
|
+
nx version i18n-labels
|
|
82
82
|
nx publish i18n-labels
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
+
## Publish to production (stable)
|
|
86
|
+
|
|
87
|
+
```bash
|
|
88
|
+
nx publish:stable i18n-labels
|
|
89
|
+
nx purge:stable i18n-labels
|
|
90
|
+
```
|
|
91
|
+
|
|
85
92
|
## License
|
|
86
93
|
|
|
87
94
|
MIT
|