diff --git a/docs/html/distribute/engage/_book.yaml b/docs/html/distribute/engage/_book.yaml index ef86a2aec0c75..87e819a8d84db 100644 --- a/docs/html/distribute/engage/_book.yaml +++ b/docs/html/distribute/engage/_book.yaml @@ -17,6 +17,9 @@ toc: - title: Encourage Competition path: /distribute/engage/game-services.html +- title: Engage Users in Their Language + path: /distribute/engage/translate.html + - title: Understand User Behavior path: /distribute/engage/analytics.html diff --git a/docs/html/distribute/engage/engage_toc.cs b/docs/html/distribute/engage/engage_toc.cs index e86623f374fa3..4f3e0af037343 100644 --- a/docs/html/distribute/engage/engage_toc.cs +++ b/docs/html/distribute/engage/engage_toc.cs @@ -36,6 +36,12 @@ Encourage Competition + Layouts
  • Activity Lifecycle
  • +
  • App Translation Service
  • @@ -395,6 +396,20 @@ defined in res/values/strings.xml.

    that Android makes available:

    String locale = context.getResources().getConfiguration().locale.getDisplayName();
    +

    + Use the App Translation Service +

    + +

    + The App Translation + Service is integrated into the Developer Console, and + it is also accessible from Android Studio. It is a + quick and simple way to get an instant quote and place an order with a + translation company. You can order translations into one or more languages + for app UI strings, Play Store Listing text, IAP names, and ad campaign text. +

    Testing Localized Applications

    diff --git a/docs/html/jd_collections.js b/docs/html/jd_collections.js index ecd374b73488e..ef9ac98b5cb46 100644 --- a/docs/html/jd_collections.js +++ b/docs/html/jd_collections.js @@ -387,6 +387,7 @@ var RESOURCE_COLLECTIONS = { "resources": [ "distribute/engage/intents.html", "distribute/engage/widgets.html", + "distribute/engage/translate.html", "distribute/engage/notifications.html", "distribute/engage/deep-linking.html", "distribute/engage/ads.html", @@ -1015,6 +1016,12 @@ var RESOURCE_COLLECTIONS = { "guide/topics/appwidgets/index.html" ] }, + "distribute/engage/translate": { + "title": "", + "resources": [ + "https://support.google.com/l10n/answer/6359997" + ] + }, "distribute/engage/reengage": { "title": "", "resources": [ @@ -1267,7 +1274,8 @@ var RESOURCE_COLLECTIONS = { "distribute/toolsreference/launchchecklist/localization": { "title": "", "resources": [ - "distribute/tools/localization-checklist.html" + "distribute/tools/localization-checklist.html", + "https://support.google.com/l10n/answer/6359997" ] }, "distribute/toolsreference/launchchecklist/graphics": { diff --git a/docs/html/jd_extras.js b/docs/html/jd_extras.js index 9663fd0b2f462..82f19120b13ad 100644 --- a/docs/html/jd_extras.js +++ b/docs/html/jd_extras.js @@ -2737,6 +2737,27 @@ DISTRIBUTE_RESOURCES = DISTRIBUTE_RESOURCES.concat([ "type": "distribute", "titleFriendly": "" }, + { + "lang": "en", + "group": "", + "tags": [ + "marketing", + "engagement", + "translate" + ], + "url": "https://support.google.com/l10n/answer/6359997", + "timestamp": null, + "image": "images/play_dev.jpg", + "title": "Use the App Translation Service", + "summary": "The App Translation Service is a human translation service. It makes it easy to order translations for app UI strings, Play Store text, in-app purchase products, and universal app campaign ads.", + "keywords": [ + "marketing", + "engagement", + "translate" + ], + "type": "distribute", + "titleFriendly": "" + }, { "lang": "en", "group": "", diff --git a/docs/html/jd_extras_en.js b/docs/html/jd_extras_en.js index ad66f79735556..d727b2c31316e 100644 --- a/docs/html/jd_extras_en.js +++ b/docs/html/jd_extras_en.js @@ -2337,6 +2337,27 @@ METADATA['en'].extras = METADATA['en'].extras.concat([ "type": "distribute", "category": "google" }, + { + "lang": "en", + "group": "", + "tags": [ + "marketing", + "engagement", + "translate" + ], + "url": "https://support.google.com/l10n/answer/6359997", + "timestamp": null, + "image": "images/play_dev.jpg", + "title": "Use the App Translation Service", + "summary": "The App Translation Service is a human translation service. It makes it easy to order translations for app UI strings, Play Store text, in-app purchase products, and universal app campaign ads.", + "keywords": [ + "marketing", + "engagement", + "translate" + ], + "type": "distribute", + "titleFriendly": "" + }, { "lang": "en", "group": "", @@ -3545,6 +3566,7 @@ METADATA['en'].collections = { "resources": [ "distribute/engage/intents.html", "distribute/engage/widgets.html", + "distribute/engage/translate.html", "distribute/engage/notifications.html", "distribute/engage/deep-linking.html", "distribute/engage/ads.html", @@ -4120,6 +4142,12 @@ METADATA['en'].collections = { "guide/topics/appwidgets/index.html" ] }, + "distribute/engage/translate": { + "title": "", + "resources": [ + "https://support.google.com/l10n/answer/6359997" + ] + }, "distribute/engage/reengage": { "title": "", "resources": [ diff --git a/docs/html/training/basics/supporting-devices/languages.jd b/docs/html/training/basics/supporting-devices/languages.jd index 098b556314da1..40484b12f7a3d 100644 --- a/docs/html/training/basics/supporting-devices/languages.jd +++ b/docs/html/training/basics/supporting-devices/languages.jd @@ -19,6 +19,7 @@ trainingnavtop=true