@globalfishingwatch/i18n-labels 1.2.27 → 1.2.31
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 +1 -5
- package/en/datasets.json +211 -322
- package/es/datasets.json +214 -325
- package/fr/datasets.json +180 -291
- package/id/datasets.json +188 -299
- package/package.json +1 -1
- package/pt/datasets.json +199 -310
- package/source/datasets.json +178 -289
package/README.md
CHANGED
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
# i18n-labels
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
## Running unit tests
|
|
6
|
-
|
|
7
|
-
Run `nx test i18n-labels` to execute the unit tests via [Jest](https://jestjs.io).
|
|
3
|
+
Released automatically to npm using this [github action](https://github.com/GlobalFishingWatch/frontend/actions/workflows/i18n-labels-publish.yml)
|