-
Notifications
You must be signed in to change notification settings - Fork 9
Export your work
Every translation you did so far was stored in the local storage of your browser. Now it is time to recreate a real file that can be send back to your client and that finally can be used by your angular app as a translation.
This is done by pressing the red download button with the disc symbol () in the project overview page:
The warning symbol () shows that there are changes that are not exported.
You can also use the download button at the translation page every time you want, for example to export some backup files:
The result is a downloaded file. Where it will be found on disc depends on the browser you are using. Chrome will just open a file dialog to ask you where to store it, Firefox will put it in the Downloads folder:
As already mentioned in the manual about creating new projects, Tiny Translator is a web app running in the browser. It has no access to any files on your computer and it also cannot write any files on your computer unless you explicitly allow it by downloading a file.
Tiny Translator Wiki