From fd3676067a6a385e6da500fdc8f0ea5872fca9e3 Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Sun, 24 Apr 2016 23:06:49 +0200 Subject: [PATCH] Added translation fallback note to documentation --- modules/README.md | 2 ++ 1 file changed, 2 insertions(+) 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).