@brevio/t

```bash npm install @brevio/t ```

Usage no npm install needed!

<script type="module">
  import brevioT from 'https://cdn.skypack.dev/@brevio/t';
</script>

README

Brevio translations

npm install @brevio/t

Publishing new version

  • Make changes to translations
  • Change version number in package.json
  • Run npm i to update package-lock.json
  • npm run build to update src/translations.json
  • git commit --all --message "1.2.3: description of changes"
  • npm publish --access public