Skip to content

Commit

Permalink
Merge pull request #13 from fewieden/develop
Browse files Browse the repository at this point in the history
Translation and Logo
  • Loading branch information
fewieden authored May 10, 2017
2 parents eaa3c8b + 139189a commit 3b13542
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MMM-soccer.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Module.register('MMM-soccer', {
'FC Ingolstadt 04': 'https://upload.wikimedia.org/wikipedia/en/0/0b/FC_Ingolstadt_04_logo.svg',
'FC Schalke 04': 'https://upload.wikimedia.org/wikipedia/commons/6/6d/FC_Schalke_04_Logo.svg',
'Hertha BSC': 'https://upload.wikimedia.org/wikipedia/de/3/38/Hertha_BSC_Logo.svg',
'Red Bull Leipzig': 'https://upload.wikimedia.org/wikipedia/en/4/49/RB_Leipzig_2014_logo.svg.png',
'Red Bull Leipzig': 'https://upload.wikimedia.org/wikipedia/en/0/04/RB_Leipzig_2014_logo.svg',
'TSG 1899 Hoffenheim': 'https://upload.wikimedia.org/wikipedia/commons/e/e7/Logo_TSG_Hoffenheim.svg',
'Sheffield Wednesday': 'https://upload.wikimedia.org/wikipedia/en/b/b4/SheffieldWednesday2016logo.png',
Reading: 'https://upload.wikimedia.org/wikipedia/en/1/11/Reading_FC.svg',
Expand Down Expand Up @@ -109,7 +109,8 @@ Module.register('MMM-soccer', {
getTranslations() {
return {
en: 'translations/en.json',
de: 'translations/de.json'
de: 'translations/de.json',
id: 'translations/id.json'
};
},

Expand Down
9 changes: 9 additions & 0 deletions translations/id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"LOADING": "memuat...",
"NO_DATA_AVAILABLE": "Data tidak tersedia!",
"MATCHDAY": "Jadwal",
"TEAM": "Tim",
"COMMAND_LIST": "Daftar semua Perintah Suara",
"MODE": "Mode",
"VOICE_COMMANDS": "Perintah Suara"
}

0 comments on commit 3b13542

Please sign in to comment.