diff --git a/modules/README.md b/modules/README.md index a622b1e9..9d6be2cd 100644 --- a/modules/README.md +++ b/modules/README.md @@ -480,6 +480,8 @@ this.translate("INFO") //Will return a translated string for the identifier INFO } ```` +**Note:** Currently there is no fallback if a translation identifier does not exist in one language. Right now you always have to add all identifier to all your translations even if they are not translated yet (see [#191](https://github.com/MichMich/MagicMirror/issues/191)). + ## MagicMirror Logger The Magic Mirror contains a convenience wrapper for logging. Currently, this logger is a simple proxy to the original `console.log` methods. But it might get additional features in the future. The Loggers is currently only available in the core module file (not in the node_helper).