1.9.2 • Published 1 year ago

fetch-lokalise v1.9.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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'],
});
1.9.1

1 year ago

1.9.0

1 year ago

1.9.2

1 year ago

1.2.0

2 years ago

1.7.3

2 years ago

1.7.2

2 years ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.7.4

2 years ago

1.1.0

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago