Skip to content

RESX Translations provided by the google translate API

Notifications You must be signed in to change notification settings

ryanluton/translate-resx

Repository files navigation

translate-resx Build Status

Translate .resx files with the translation API provided by Google Cloud Platform

NOTE: This is still a WIP

Getting Started

Install the module with: npm install translate-resx

var translateResx = require('translate-resx');
translateResx.translate( filename, locale );

Install with cli command

$ npm install -g translate-resx
$ export GOOGLE_API_KEY='yourAPIkey'
$ tresx --help

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2016 Ryan Luton. Licensed under the MIT license.

About

RESX Translations provided by the google translate API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published