mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-01 13:33:15 +00:00
Added translation fallback note to documentation
This commit is contained in:
parent
de61e4bf8c
commit
fd3676067a
@ -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
|
## 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).
|
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).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user