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
`Data for namespace "${namespace}" and current locale "${locale}" or fallback locale "${fallbackLocale}" could not be loaded. `+
177
+
`Make sure you have data either for locale "${locale}" (and/or generic language "${lang}") or for fallback "${fallbackLocale}" (and/or "${fallbackLang}").`,
178
+
);
179
+
},
180
+
);
181
+
}
170
182
thrownewError(
171
183
`Data for namespace "${namespace}" and locale "${locale}" could not be loaded. `+
172
-
`Make sure you have data for locale "${locale}" and/or generic language "${lang}".`,
184
+
`Make sure you have data for locale "${locale}" (and/or generic language "${lang}").`,
0 commit comments