Skip to content

Commit

Permalink
Merge pull request #5 from slametps/master
Browse files Browse the repository at this point in the history
Added Indonesian translation
  • Loading branch information
fewieden authored Mar 19, 2017
2 parents a69f649 + 745ddd5 commit 00a130c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MMM-voice.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Module.register("MMM-voice",{
getTranslations: function() {
return {
en: "translations/en.json",
de: "translations/de.json"
de: "translations/de.json",
id: "translations/id.json"
};
},

Expand Down
7 changes: 7 additions & 0 deletions translations/id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"INIT": "Inisialisasi...",
"NO_MODE": "Siap, pilih mode.",
"COMMAND_LIST": "Daftar Perintah Suara",
"MODE": "Mode",
"VOICE_COMMANDS": "Perintah Suara"
}

0 comments on commit 00a130c

Please sign in to comment.