0.1.1 • Published 7 years ago

ocbesbn-i18n-assist v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

i18n-assist

Gather the strings

Use npm run translate to gather all the strings from the i18n folders in the current project into a single excel file (translation.xlsx).

The excel has 3 columns,

Path to fileEnglish translationGerman translation

NOTE: DO NOT MODIFY THE 'PATH TO FILE' COLUMN.

This is needed to put back the strings in the correct files.

Put back the strings

After the translation is done, use npm run reverse to automatically update the language files from which the strings were taken.