Skip to content

Commit

Permalink
Merge pull request #33 from fewieden/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
fewieden committed Jan 2, 2021
2 parents 8c2d6f0 + 6dae44a commit 2000153
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Thanks for contributing to this module!

Please create pull requests to the branch `develop`.

To hold one code style and standard there are several linters and tools in this project set. Make sure you fullfill the requirements.
To hold one code style and standard there are several linters and tools in this project set. Make sure you fullfil the requirements.
Also there will be automatically analysis performed once you created the pull request.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
custom: ['https://paypal.me/fewieden']
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# MMM-soccer Changelog

## [2.0.1]

### Added

* French translations (Thanks to https://github.com/laventin85)

### Changed

* Readme config example
* Github config files

## [2.0.0]

### Added
Expand Down
1 change: 1 addition & 0 deletions MMM-soccer.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ Module.register('MMM-soccer', {
return {
en: 'translations/en.json',
de: 'translations/de.json',
fr: 'translations/fr.json',
id: 'translations/id.json',
sv: 'translations/sv.json'
};
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ European Soccer Standings Module for MagicMirror²
module: 'MMM-soccer',
position: 'bottom_right',
config: {
...
// add your config options here
}
}
```
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mmm-soccer",
"version": "1.0.1",
"version": "2.0.1",
"description": "European Soccer Standings Module for MagicMirror2",
"repository": {
"type": "git",
Expand All @@ -17,8 +17,8 @@
},
"homepage": "https://github.com/fewieden/MMM-soccer#readme",
"scripts": {
"lint": "./node_modules/.bin/eslint . && ./node_modules/.bin/stylelint .",
"docs": "./node_modules/.bin/jsdoc -c jsdoc.json ."
"lint": "eslint . && stylelint .",
"docs": "jsdoc -c jsdoc.json ."
},
"dependencies": {
"request": "^2.74.0"
Expand Down
9 changes: 9 additions & 0 deletions translations/fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"LOADING": "Chargement...",
"NO_DATA_AVAILABLE": "Aucunes données disponibles!",
"MATCHDAY": "Jour de Match",
"TEAM": "Equipe",
"COMMAND_LIST": "Liste de toutes les commandes vocales",
"MODE": "Mode",
"VOICE_COMMANDS": "Commandes Vocales"
}

0 comments on commit 2000153

Please sign in to comment.