Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1e315776 authored by Dirk Dougherty's avatar Dirk Dougherty Committed by android-build-merger
Browse files

Support "ID" lang code in place of "IN".

am: fc61720c

Change-Id: If9670423332a3c785cc7b7ddc5e53b524f9e4e7d
parents b1c34882 fc61720c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -3314,7 +3314,7 @@ window.changeLangPref = changeLangPref;
  var LANGUAGES = [
    'en',
    'es',
    'in',
    'id',
    'ja',
    'ko',
    'pt-br',
@@ -3351,7 +3351,7 @@ window.changeLangPref = changeLangPref;
      'languageValTarget': {
        'en': 'English',
        'ar': 'Arabic (العربيّة)',
        'in': 'Indonesian (Bahasa)',
        'id': 'Indonesian (Bahasa)',
        'fr': 'French (français)',
        'de': 'German (Deutsch)',
        'ja': 'Japanese (日本語)',
@@ -3609,7 +3609,7 @@ switch (window.getLangPref()) {
      }
    });
    break;
  case 'in':
  case 'id':
    window.polyglot.extend({
      'newsletter': {
        'title': 'Receba as dicas e as notícias mais recentes para os desenvolvedores Android e seja bem-sucedido ' +
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@
        <select name="language" onchange="changeLangPref(this.value, true)">
          <option value="en" selected="selected">English</option>
          <option value="es">Español</option>
          <option value="in">Bahasa Indonesia</option>
          <option value="id">Bahasa Indonesia</option>
          <option value="ja">日本語</option>
          <option value="ko">한국어</option>
          <option value="pt-br">Português Brasileiro</option>