@opensea/i18n-upload
v1.0.10
Published
Package for i18n key upload
Downloads
4,991
Keywords
Readme
upload
@opensea/i18n-upload
takes a list of files with extracted translation keys (e.g via @opensea/i18n-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.
Getting started
Install
npm install --save-dev @opensea/i18n-upload
Usage
Published packages comes with a i18n-upload
binary.
npm run i18n-upload --directory ./locales
You can find the full example using Github Actions here. Look for the i18n-upload
job.
Running tests
yarn test