svelte-french-toast + translations
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
}
|
||||
|
||||
onMount(async () => {
|
||||
toast.loading("Karten werden geladen...");
|
||||
toast.loading($_("loading-cards"));
|
||||
let page = 0;
|
||||
while (page >= 0) {
|
||||
const cards = await RunnerCardService.runnerCardControllerGetAll(
|
||||
@@ -173,8 +173,7 @@
|
||||
page++;
|
||||
}
|
||||
toast.dismiss();
|
||||
toast.success("All cards loaded");
|
||||
console.log("All cards loaded");
|
||||
toast.success($_('all-cards-loaded'));
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user