xaviersierra / properties-translator

Translates internationalization files using thirth party tranlation API
MIT License
0 stars 1 forks source link

Enable translation by text #3

Open xaviersierra opened 7 years ago

xaviersierra commented 7 years ago

Enable a way for the user sends the content of file, instead of the whole. The server should detect the encoding and return the translations in the same encoding. If its not possible, provide a way for the user to specify one, or both

xaviersierra commented 7 years ago

Also, will be cool if the response of the translation works in a Sever Side Events manner.