Skip to content

Just a quick way to translate gettext formatted files into different languages using Google Translate

Notifications You must be signed in to change notification settings

brh55/gettext-translate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gettext translate

A simple package to quickly translate gettext formatted files using Google translate. This is quite useful for Fitbit developers who need to support multiple languages, but do this manually today.

Usage

  1. npm install
  2. Paste your original file contents into origin.po or specify your file path in the config.js file (config.originFilePath)
  3. Set the languages in config.languages
  4. npm start or npm run translate

Your contents will be translated in the /translations directory 🥂.

License

MIT

About

Just a quick way to translate gettext formatted files into different languages using Google Translate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published