sails-stringfile

Manage localized string files for Sails.js applications and dependencies.

npmmacoslinuxwindows
Try with needOr install directly
Source

About

translated/localized stringfiles containing messages from Sails core and dependencies

Commands

sails-stringfile

Examples

extract all translatable strings from sails project$ sails-stringfile extract
generate localized message files for multiple languages$ sails-stringfile generate --languages en,es,fr
validate syntax of stringfile translations$ sails-stringfile validate ./locales
merge new strings into existing translation files$ sails-stringfile merge --source ./strings --target ./locales
list all available translation keys in project$ sails-stringfile list-keys