@globalfishingwatch/i18n-labels 1.2.87 → 1.2.88

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.
Files changed (2) hide show
  1. package/en/datasets.json +6 -6
  2. package/package.json +1 -1
package/en/datasets.json CHANGED
@@ -2330,11 +2330,11 @@
2330
2330
  "removal_of": {
2331
2331
  "keyword": "Level of Fishing Protection",
2332
2332
  "enum": {
2333
- "1": "Least restrictive: No known fishing restrictions",
2334
- "2": "Less restrictive: Few species- or gear-specific restrictions apply",
2335
- "3": "Moderately restrictive: Several species- or gear-specific restrictions apply; or either commercial fishing or recreational fishing is entirely prohibited",
2336
- "4": "Heavily restrictive: Fishing is mostly prohibited, with few exceptions",
2337
- "5": "Most restrictive: Fishing is prohibited"
2333
+ "1": "1. Least restrictive: No known fishing restrictions",
2334
+ "2": "2. Less restrictive: Few species- or gear-specific restrictions apply",
2335
+ "3": "3. Moderately restrictive: Several species- or gear-specific restrictions apply; or either commercial fishing or recreational fishing is entirely prohibited",
2336
+ "4": "4. Heavily restrictive: Fishing is mostly prohibited, with few exceptions",
2337
+ "5": "5. Most restrictive: Fishing is prohibited"
2338
2338
  }
2339
2339
  }
2340
2340
  }
@@ -2374,4 +2374,4 @@
2374
2374
  "description": "The WPP-NRI (Wilayah Pengelolaan Perikanan Negara Republik Indonesia) are fisheries management areas for fishing, conservation, research and fisheries development which cover inland waters, archipelagic waters, and territorial seas within and outside the exclusive economic zone of Indonesia.",
2375
2375
  "schema": {}
2376
2376
  }
2377
- }
2377
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalfishingwatch/i18n-labels",
3
- "version": "1.2.87",
3
+ "version": "1.2.88",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "start": "yarn kill && serve -p 8000 --cors=true",