diff --git a/src/locales/en.json b/src/locales/en.json index 16dc578f..1dfcb165 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -65,6 +65,10 @@ "achievement": { "title": "🏆 View and track your achievement list here", "detail": "Achievement" + }, + "furnishing": { + "title": "Check what furnishing you need to make to complete a sets. And also you can view the load of each furnishing.", + "detail": "Furnishing" } }, "characters": { diff --git a/src/locales/id.json b/src/locales/id.json index 90a6c82c..de0269d2 100644 --- a/src/locales/id.json +++ b/src/locales/id.json @@ -60,6 +60,10 @@ "twitter": { "title": "Follow my Twitter, akan post tentang apa yang lagi di develop dan update terbaru tentang paimon.moe!", "detail": "Follow Twitter" + }, + "furnishing": { + "title": "Cek furnitur apa saja yang kamu perlukan untuk menyelesaikan suatu set. Dan kamu juga bisa melihat beban masing-masing furnitur.", + "detail": "Furnitur" } }, "characters": { diff --git a/src/routes/_index/furnishing.svelte b/src/routes/_index/furnishing.svelte new file mode 100644 index 00000000..5ac02bdb --- /dev/null +++ b/src/routes/_index/furnishing.svelte @@ -0,0 +1,18 @@ + + +
{$t('home.furnishing.title')}
+ + {$t('home.furnishing.detail')} +