diff --git a/MMM-voice.js b/MMM-voice.js index 0531412..2594461 100644 --- a/MMM-voice.js +++ b/MMM-voice.js @@ -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" }; }, diff --git a/translations/id.json b/translations/id.json new file mode 100644 index 0000000..d26d5b7 --- /dev/null +++ b/translations/id.json @@ -0,0 +1,7 @@ +{ + "INIT": "Inisialisasi...", + "NO_MODE": "Siap, pilih mode.", + "COMMAND_LIST": "Daftar Perintah Suara", + "MODE": "Mode", + "VOICE_COMMANDS": "Perintah Suara" +} \ No newline at end of file