Globalization Pipeline Extension READMEThis extension enables you to quickly create, upload, download, and delete translation bundles in the Globalization Pipeline service on IBM Bluemix. If you are unfamiliar with IBM Bluemix and the Globalization Pipeline service checkout these links: FeaturesYou can create a new bundle right from the editor without having to use the Globalization Pipeline service's dashboard. You can upload your content from the editor and the extension will automatically get all your available bundles. You can download your bundles from the editor and then select the language that you want. InstallYou can install the Globalization Pipeline extension by directly downloading the .vsix package from releases and then from the command line do one of the following:
RequirementsYou must first create an instance of the Globalization Pipeline service on Bluemix before you can use this extension to work with translation bundles. Extension SettingsTo use the extension copy over your VCAP credential settings for the Globalization Pipeline service and fill in the appropriate fields. This extension contributes the following settings:
UsageIn the command palette
When you use these commands a connection will automatically be made to the Globalization Pipeline service on IBM Bluemix to complete your requested action. When you upload your source bundle content the extension will automatically detect the file format and will perform any necessary transformation for you. Currently only Java properties, JSON, Gettext POT, and i18n AMD resource bundles are supported. To upload bundle content make sure the content is being displayed in the active edit screen and then invoke the extension. Accessing bundlesThe best way to access the bundles from your application is to use one of the Globalization Pipeline's programming language SDKs. Many programming languages such as: Java, Node.js, Angular, and Python are supported. You can find a complete list of the SDKs here You can also download a bundle in json format. Release NotesNo additional release notes at this time. 0.1.3Image URL's in README.md resolved to correct https URLs. 0.1.2Replace SVG logo with PNG 0.1.1Enhancement: If there are no target languages,the sourceLanguage will be available as download option. 0.1.0Fixes for Upload bundle for JSON and Java properties file. 0.0.7Added support for downloading to temp home folder when the user does not have permission to write to the current folder 0.0.6Updates for release 0.0.5Added error message when trying to download a bundle to location with insufficient permissions. 0.0.4Added Gettext file format support 0.0.3Added pretty layout of resource bundle content 0.0.2Added downloading of bundles 0.0.1Initial release of Globalization Pipeleine extension LicenseApache 2.0. See LICENSE.txt
|