fetch-lokalise
TypeScript icon, indicating that this package has built-in type declarations

1.9.2 • Public • Published

What is this

This is a simple helper for me to download and format translations from Lokalise.

  • ESModule supported

How to use

import fetchLokalise from 'fetch-lokalise';

await fetchLokalise({
  // Required
  projectId: 'your-lokalise-project-id',
  token: 'your-lokalise-api-token',
  outDir: 'path/to/your/locale',

  // Optional
  tags: ['tag_1', 'tag_2'],
});

Readme

Keywords

Package Sidebar

Install

npm i fetch-lokalise

Weekly Downloads

567

Version

1.9.2

License

MIT

Unpacked Size

5.69 kB

Total Files

5

Last publish

Collaborators

  • mattp0123