Skip to content

Commit

Permalink
Add Indonesia Language (electricitymaps#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
khumam authored and corradio committed Dec 1, 2019
1 parent 19167b5 commit dba3b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobileapp/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<script>
document.addEventListener('deviceready', onDeviceReady, false);
// Warning: those locales are duplicated from locales-config.json
var locales = ['ar', 'cs', 'da', 'de', 'en', 'es', 'fr', 'hr', 'it', 'ja', 'nl', 'pl', 'pt-br', 'ru', 'sk', 'sv', 'vi', 'zh-cn', 'zh-hk', 'zh-tw'];
var locales = ['ar', 'cs', 'da', 'de', 'en', 'es', 'fr', 'hr', ,'id', 'it', 'ja', 'nl', 'pl', 'pt-br', 'ru', 'sk', 'sv', 'vi', 'zh-cn', 'zh-hk', 'zh-tw'];
function onDeviceReady() {
var Sentry = cordova.require("sentry-cordova.Sentry");
Sentry.init({ dsn: 'https://[email protected]/1829181' });
Expand Down

0 comments on commit dba3b6d

Please sign in to comment.