Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hpolthof committed Jun 17, 2015
1 parent c77477d commit cf515db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ the textbox loses it's focus, the translation will be saved.
> therefor be disabled, it the Debugbar is used. If you want to leave the Debugbar on, you can just enable it within
> the ```translation-db.php``` config file.
### Google Translate integration
As of version 0.4.0 support integration with Google Translate is included. In the Translations Manager a button has been added for Google Translate. All blank and currently opened translations will then be processed through Google Translate and be written into the textbox.
> These translations are not yet stored into the database and need to be reviewed manually. As soon as the textbox loses it's
> focus the translation will be stored. To prevent you from being blocked by Google there is an interval of 500 miliseconds between each request.
### Turn it off
If you don't want any additional routes forced into your application, you can disable the whole web interface by
changing the ```translation-db.webinterface``` config from ```TRUE``` to ```FALSE```.
Expand Down

0 comments on commit cf515db

Please sign in to comment.