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

Commit 4f406039 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

am: 1e315776

Change-Id: I3c4a30979509fe8ddd2f9ca1e22834bf03add68e
parents 514aa651 1e315776
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>