OnySky Sync allows you to send file to OneSky platform for translation and download translated files back into your project. Currently, only Android Project is supported.
- Send Android Project base language file to OneSky Platform
- Sync translated language files back into project.
You can install this plugin by dragging the install button above into your Eclipse Workspace or search it through in Eclipse Marketplace (navigate to /Help/Eclipse Marketplace)
You can install this plugin by manually adding the update site.
- Navigate to /Help/Install New Software
- Press Add...
- Enter the name OneSky Sync
- Enter the Location: https://s3.amazonaws.com/oneskyapp.plugin/eclipse
- Press OK
- Tick OneSky Sync
- Press Next and follow instructions
- From your project properties, navigate to OneSky Sync.
- Enter your API Public Key & Secret Key. You can get those keys from your site settings.
- Either enter your project ID or Press the Browse button to select project.
- Press OK.
You can send or sync language files from project context menu.
- From project context menu, navigate to OneSky.
- Choose Send to OneSky for Translation. This plugin will send Project's /res/values/strings.xml to OneSky.
- From project context menu, navigate to OneSky.
- Choose Sync All Languages. All available languages from your OneSky project will be downloaded.
- From project context menu, navigate to OneSky.
- Choose Sync Specific Languages.
- Select languages. Selected languages will be downloaded.
If you sync file by mistake. You can make use of eclipse feature Local History.
- From file context menu, navigate to Replace with.
- Choose Local History.
- Select version from history.
- Press Replace.