diff --git a/src/lib/components/DailyFruitHint.svelte b/src/lib/components/DailyFruitHint.svelte index ce9eb63..4adc254 100644 --- a/src/lib/components/DailyFruitHint.svelte +++ b/src/lib/components/DailyFruitHint.svelte @@ -1,7 +1,7 @@ @@ -41,19 +60,37 @@
- +
+ + + +
\ No newline at end of file diff --git a/src/lib/i18n/en.json b/src/lib/i18n/en.json index 2c12a50..e838540 100644 --- a/src/lib/i18n/en.json +++ b/src/lib/i18n/en.json @@ -161,6 +161,7 @@ "origin": "Origin", "devilFruit": "Devil fruit", "fruitKind": "Fruit type", + "fruitTranslation": "Fruit translation", "affiliation": "Affiliation", "unknown": "Unknown", "none": "None", diff --git a/src/lib/i18n/fr.json b/src/lib/i18n/fr.json index 9f0e96b..b3df3cd 100644 --- a/src/lib/i18n/fr.json +++ b/src/lib/i18n/fr.json @@ -161,6 +161,7 @@ "origin": "Origine", "devilFruit": "Fruit du demon", "fruitKind": "Type du fruit", + "fruitTranslation": "Traduction du fruit", "affiliation": "Affiliation", "unknown": "Inconnue", "none": "Aucun",