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
console.warn(`[Laravel Localizer] Custom langPath '${langPath}' specified but translations not found. Ensure your vite.config has proper path alias.`);
210
+
console.warn(
211
+
`[Laravel Localizer] Custom langPath '${langPath}' specified but translations not found. Ensure your vite.config has proper path alias.`
212
+
);
210
213
}
211
214
212
215
returntranslations;
213
216
}catch{
214
-
console.warn(`[Laravel Localizer] Could not load translations for locale: ${locale}. Default path is '${langPath}'.`);
217
+
console.warn(
218
+
`[Laravel Localizer] Could not load translations for locale: ${locale}. Default path is '${langPath}'.`
0 commit comments