Android Studio is the official IDE for Android application development and the plugin creates the connection to the IDE.
-
Set up a project.
-
Create a project and select Android Strings (.xml) as the .
-
Select Android as the .
-
Click Save.
Project is created.
-
-
Download, install and configure the plugin for Android Studio.
See the plugin Github page for more installation and configuration information.
-
Upload and download locale files.
Locale files can be pulled and pushed in the tool window of Android Studio.
-
Add a new language.
Languages are added by adding a new locale to the project. Pull translated locales with the plugin. If there is a locale file for an additional language, import those translations using file upload from the
tab on the project page.
-
Set up a project.
-
Create a project and select iOS Localizable Strings (.strings) as the .
-
Select iOS as the .
-
Click Save.
Project is created.
-
-
Download, install and configure the plugin for iOS.
Initialize the project configuration in the CLI and create a configuration with:
$ phrase init
Ensure an iOS compatible format such as .XLIFF is selected for the language file format.
-
Upload and download locale files.
Locale files can be pulled and pushed and pulled in the CLI:
$ phrase push
$ phrase pull
If integrating string management into a build workflow, add a new
run script
build phase into the target settings of the project. In this phase, executephrase pull
to get all new translations. The new build phase must be placed before the resources get bundled. -
Add a new language.
Languages are added by adding a new locale to the project. The language name should be chosen according to the iOS language name constant convention Translated languages can be downloaded again using
phrase pull
with the CLI client. If there is a locale file for an additional language, import those translations using file upload from the tab on the project page.
Visual Studio is the official IDE for Windows application development and the plugin makes the connection to the IDE.
-
Set up a project.
-
Create a project and select Windows 8 Resource (.resw) as the .
-
Select Android as the .
-
Click Save.
Project is created.
-
-
Download, install and configure the plugin for Visual Studio.
-
The
plugin can be found in the . Downloading the plugin will install it. -
Configure the CLI client path by providing the full path (e.g.,
C:\path\to\phraseapp.exe
) in the options. -
Using the CLI tool, generate a
.phraseapp.yml
file to be placed in the root director.
-
-
Upload and download locale files.
In the
menu, commands are presented that trigger actions according to the configuration file. The output of both operations is sent to the tool window. -
Add a new language.
Add new languages by either creating a new locale file in the Windows Phone application and uploading the files using the plugin or by adding a new locale to the project.