diff options
author | Rich Slogar <rslogar@google.com> | 2015-05-06 01:24:33 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2015-05-06 01:24:33 +0000 |
commit | c98d6ae334a055aba7f11c0e49eef2973c8f048b (patch) | |
tree | 364c029454d5ba985c86a8c4f7b466677ec0855b /docs | |
parent | 5464b5ca62f9c8bb7b76872fad74ba0387319fd3 (diff) | |
parent | 48ea7762295cdf3e2bd61dafd55422a0d6bee5e6 (diff) | |
download | frameworks_base-c98d6ae334a055aba7f11c0e49eef2973c8f048b.zip frameworks_base-c98d6ae334a055aba7f11c0e49eef2973c8f048b.tar.gz frameworks_base-c98d6ae334a055aba7f11c0e49eef2973c8f048b.tar.bz2 |
am 48ea7762: am 7e33aa48: am 96d00bb6: am 37ca7773: Merge "docs: translation editor update" into lmp-docs
* commit '48ea7762295cdf3e2bd61dafd55422a0d6bee5e6':
docs: translation editor update
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 db3fce2..b05cc72 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -715,10 +715,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> |