Skip to content

narlack/transly

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transly. i18n helper

The minimalistic library was created for parsing translations from JSON locales files and generating XLSX sheets with all of them. And generating from XLSX file translation files in JSON.

To convert from JSONs you need to put your files in root of project to directory translations/JSON (you may put nested directory)

To convert from XLSX you need to put your XLSX file (translations.xlsx) in root of project to directory translations/XLSX

###Commands:

npm run parse - parse JSON files in translations/JSON folder and generate the translation file

npm run generate - parse XLSX file and generate translations for each locale in the folder translations/JSON

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%