@opensea/i18n-upload
Advanced tools
Comparing version 0.0.25 to 1.0.0
{ | ||
"name": "@opensea/i18n-upload", | ||
"version": "0.0.25", | ||
"version": "1.0.0", | ||
"description": "Package for i18n key upload", | ||
@@ -22,4 +22,4 @@ "license": "MIT", | ||
"commander": "11.0.0", | ||
"glob": "10.3.3", | ||
"ky": "0.33.3", | ||
"glob": "10.3.4", | ||
"ky": "1.0.0", | ||
"ora": "7.0.1" | ||
@@ -29,4 +29,4 @@ }, | ||
"@opensea/smartling-client": "*", | ||
"@types/uuid": "9.0.2", | ||
"msw": "1.2.5", | ||
"@types/uuid": "9.0.3", | ||
"msw": "1.3.0", | ||
"uuid": "9.0.0" | ||
@@ -33,0 +33,0 @@ }, |
# upload | ||
## Install | ||
`@opensea/i18n-upload` takes a list of files with extracted translation keys (e.g via [@opensea/i18n-extract](../extract/)) and uploads them as a job Smartling's Translation Management System. These files will get automatically translated to the target languages and be available for download via [@opensea/i18n-dl](../download/). | ||
## Getting started | ||
### Install | ||
```sh | ||
@@ -9,2 +13,12 @@ npm install --save-dev @opensea/i18n-upload | ||
### Usage | ||
Published packages comes with a `i18n-upload` binary. | ||
```sh | ||
npm run i18n-upload --directory ./locales | ||
``` | ||
You can find the full example using Github Actions [here](https://github.com/ProjectOpenSea/web-app-template/blob/main/.github/workflows/ci.yml). Look for the `i18n-upload` job. | ||
## Running tests | ||
@@ -11,0 +25,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
8087
1
28
+ Addedglob@10.3.4(transitive)
+ Addedky@1.0.0(transitive)
- Removedglob@10.3.3(transitive)
- Removedky@0.33.3(transitive)
Updatedglob@10.3.4
Updatedky@1.0.0