mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
Initial work on i18n (I'm lazy)
Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
15
src/routes/index.svelte
Normal file
15
src/routes/index.svelte
Normal file
@ -0,0 +1,15 @@
|
||||
<script>
|
||||
import { t } from '$lib/translations';
|
||||
</script>
|
||||
|
||||
<h1> {$t('common.INDEXTITLE')} </h1>
|
||||
|
||||
<h2> {$t('common.indexDescription')} </h2>
|
||||
|
||||
<h1> {$t('common.INDEXWHAT')} </h1> <!-- Cause I feel the need to scream -->
|
||||
|
||||
<p> {$t('common.INDEXWHOAREWE')} </p>
|
||||
|
||||
<h1> {$t('common.INDEXTELLMEMORE')} </h1>
|
||||
|
||||
<p>{$t('common.INDEXMOREINFO')}</p>
|
Reference in New Issue
Block a user