Skip to content

Commit

Permalink
Merge pull request thekampany#8 from elyanm14/master
Browse files Browse the repository at this point in the history
Add French
  • Loading branch information
thekampany authored Sep 10, 2024
2 parents fa74db3 + 550452f commit 90dabf0
Show file tree
Hide file tree
Showing 5 changed files with 5,005 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The set of commonly used words is stored in a CSV file per language.

| option | description |
| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `language` | `"danish"`, `"esperanto"`,`"frisian"`, `"german"`, `"italian"`, `"japanese"`, `"spanish"` or `"swedish"`. Has to match the name of the CSV file that contains the wordpairs. |
| `language` | `"danish"`, `"esperanto"`, `"french"`, `"frisian"`, `"german"`, `"italian"`, `"japanese"`, `"spanish"` or `"swedish"`. Has to match the name of the CSV file that contains the wordpairs. |
| `nextWordInterval` | In miliseconds. The interval between wordpairs.<br>Example: `24*60*60*1000` (eyery 24 hours).<br>Default: `12*60*60*1000` (every 12 hours). |
| `showpair` | `"showboth"` or `"alternating"`<br>Default: `alternating` |
| `toggleInterval` | In miliseconds. Toggle time between own language word and foreign language word.<br>Only relevant if `"showpair": "alternating"`.<br>Default: `10*1000` (every 10 seconds). |
Expand All @@ -50,7 +50,7 @@ Here are two examples for an entry in `config.js`:
},
```

### Two instaces with alternating words
### Two instances with alternating words

If multiple languages are learned in your household, you can also run multiple instances of the module by adding the module settings multiple times into the `config.js`.

Expand Down
Loading

0 comments on commit 90dabf0

Please sign in to comment.