You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix test runner not opening in browser
* remove unused amd-loader
* remove spurious warnings about messages in tests
* fix sckipped mode loading test
Copy file name to clipboardexpand all lines: src/lib/app_config.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -156,7 +156,7 @@ class AppConfig {
156
156
*/
157
157
nls(key,defaultString,params){
158
158
if(!messages[key]){
159
-
warn("No message found for the key '"+key+"' in the provided messages, trying to find a translation for the default string '"+defaultString+"'.");
159
+
warn("No message found for the key '"+key+"' in messages with id "+messages.$id+", trying to find a translation for the default string '"+defaultString+"'.");
160
160
if(!messages[defaultString]){
161
161
warn("No message found for the default string '"+defaultString+"' in the provided messages. Falling back to the default English message.");
0 commit comments