We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad8f60 commit fab44faCopy full SHA for fab44fa
docs/Translation/TranslationManager.md
@@ -62,7 +62,8 @@ Return all messages for the specified lang or the default lang if no specified l
62
<a name="TranslationManager+getMessage"></a>
63
64
### translationManager.getMessage(message, lang) ⇒ <code>String</code>
65
-Return a specified message for the specified lang or the default lang if no specified lang
+Return a specified message for the specified lang or for the default lang if no specified lang
66
+If specified message doesn't exist in the specified lang return the specified message for the default lang instead.
67
68
**Kind**: instance method of [<code>TranslationManager</code>](#TranslationManager)
69
0 commit comments