diff --git a/src/components/DonateModal.svelte b/src/components/DonateModal.svelte index a538921d..2676b31f 100644 --- a/src/components/DonateModal.svelte +++ b/src/components/DonateModal.svelte @@ -1,19 +1,15 @@
-

Thank you! Hope you find it useful.

-

- I made this website for fun when I have some spare time. Obviously will add more feature and update the data every - update, because I like to explore the game and kind of min-maxing it. -

+

{$t('donate.message.0')}

+

{$t('donate.message.1')}

+

{$t('donate.message.2')}

- If you want to donate, your donation will definitely help on improving the site and motivating me to add more stuff - to Paimon.moe! Thank you very much and have fun, hope you like it! -

-

- You can also contributing to the project on PayPal

- Support me on Ko-fi + {$t('donate.kofi')} @@ -38,7 +34,7 @@ gopay gopay - Support me on Trakteer + {$t('donate.trakteer')} diff --git a/src/locales/en.json b/src/locales/en.json index ca801a57..804a526d 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -401,5 +401,15 @@ "discord": "Join Our Discord", "community": "Community Links", "official": "Official Links" + }, + "donate": { + "message": [ + "Thank you! Hope you find it useful.", + "I made this website for fun when I have some spare time. Obviously will add more feature and update the data every update, because I like to explore the game and kind of min-maxing it.", + "If you want to donate, your donation will definitely help on improving the site and motivating me to add more stuff to Paimon.moe! Thank you very much and have fun, hope you like it!", + "If you like coding, you can also contributing to the project on" + ], + "kofi": "Support me on Ko-fi", + "trakteer": "Support me on Trakteer" } } \ No newline at end of file diff --git a/src/locales/id.json b/src/locales/id.json index 6446d2fb..9cc53ee8 100644 --- a/src/locales/id.json +++ b/src/locales/id.json @@ -401,5 +401,15 @@ "discord": "Gabung ke Discord", "community": "Link Komunitas", "official": "Link Official" + }, + "donate": { + "message": [ + "Terimakasih! Semoga web nya bermanfaat.", + "Saya membuat website ini for fun karena hobi di saat waktu senggang. Pastinya saya akan selalu nambahin fitur-fitur dan update data nya di setiap update, karena saya suka explore game nya.", + "Jika kamu ingin donasi, donasimu akan sangat membantu dalam meningkatkan webnya dan memotivasi saya untuk terus menambahkan hal-hal baru ke paimon.moe! Terimakasih banyak dan have fun, semoga kamu menyukainya!", + "Jika kamu suka ngoding, kamu juga berkontribusi dalam projek ini di " + ], + "kofi": "Support me on Ko-fi", + "trakteer": "Support me on Trakteer" } } \ No newline at end of file