i18n-to-excel

1.1.2 • Public • Published

Translation convertor from JS/JSON format into excel spreadsheet

File format in codebase:

const translations = {};

translations.en = {};

translations.fr = {};

export translations;
// or export { translations as somethingElse };

Files with translations can be anywhere in folder. Filename should be translations.js

Styling for xlsx table made via https://www.npmjs.com/package/xlsx-styles

Sheet creation and data manipulations made via https://www.npmjs.com/package/js-xlsx

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.2
    1
    • latest

Version History

Package Sidebar

Install

npm i i18n-to-excel

Weekly Downloads

1

Version

1.1.2

License

ISC

Unpacked Size

8.54 kB

Total Files

5

Last publish

Collaborators

  • zetsuboo