diff options
author | Rich Slogar <rslogar@google.com> | 2015-04-30 17:22:14 -0700 |
---|---|---|
committer | Rich Slogar <rslogar@google.com> | 2015-04-30 17:22:14 -0700 |
commit | f2649b6b0e2e5a33418a106b15b3ad4728ef80ee (patch) | |
tree | 0c55c5098c549c12a9f9eb9556f52cb5a171567f /docs | |
parent | 3e70c6b49ff993aef9fd554ade3444e3d3afa032 (diff) | |
download | frameworks_base-f2649b6b0e2e5a33418a106b15b3ad4728ef80ee.zip frameworks_base-f2649b6b0e2e5a33418a106b15b3ad4728ef80ee.tar.gz frameworks_base-f2649b6b0e2e5a33418a106b15b3ad4728ef80ee.tar.bz2 |
docs: translation editor update
Change-Id: I64e48bb69b8bfd908e6462536beafc4f238ecc63
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/tools/studio/index.jd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index 96e4316..3eee4e3 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -723,10 +723,7 @@ SDK Manager page. </p> a variety of locales to the app's translation file. With <a href="https://tools.ietf.org/html/bcp47">BCP 47</a> support, the editor combines language and region codes into a single selection for targeted localizations. Color codes indicate whether a -locale is complete or still missing string translations. You can also use the plugin to export -your strings to the -<a href="{@docRoot}distribute/googleplay/developer-console.html">Google Play Developer Console</a> -for translation, then download and import your translations back into your project. </p> +locale is complete or still missing string translations. </p> <p>To access the Translations Editor, open a <code>strings.xml</code> file and click the <strong>Open Editor</strong> link. </p> |