Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@opensea/i18n-upload

Package Overview
Dependencies
Maintainers
10
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opensea/i18n-upload - npm Package Compare versions

Comparing version 0.0.25 to 1.0.0

10

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc