19 implement i18n #29

Merged
BenjaminPalko merged 8 commits from 19-implement-i18n into master 2024-12-20 11:41:01 -05:00
BenjaminPalko commented 2024-12-20 10:56:02 -05:00 (Migrated from github.com)

closes #19

Packaged a small refactor on session validation

closes #19 Packaged a small refactor on session validation
DanMihailescu (Migrated from github.com) reviewed 2024-12-20 10:56:02 -05:00
piopi (Migrated from github.com) approved these changes 2024-12-20 11:35:30 -05:00
piopi (Migrated from github.com) commented 2024-12-20 11:29:04 -05:00

Wtf it is the same string

Wtf it is the same string
@ -8,3 +10,3 @@
<h2 class="prose prose-xl">Hestia</h2>
<h1 class="prose prose-2xl">{title}</h1>
<p class="prose prose-lg">{greeting}</p>
<p class="prose prose-lg">{message}</p>
piopi (Migrated from github.com) commented 2024-12-20 11:30:51 -05:00

I know the title is a prop but did you use a translation when you call this component on the title prop?

I know the title is a prop but did you use a translation when you call this component on the title prop?
@ -14,4 +14,4 @@
</script>
<Navbar title="Svelte" username={data.user.name} />
piopi (Migrated from github.com) commented 2024-12-20 11:35:17 -05:00

Need the translation here

Need the translation here
piopi (Migrated from github.com) commented 2024-12-20 11:34:54 -05:00

Where is waldo

Where is waldo
BenjaminPalko (Migrated from github.com) reviewed 2024-12-20 11:37:00 -05:00
BenjaminPalko (Migrated from github.com) commented 2024-12-20 11:37:00 -05:00

Ive no idea, prettier is tripping

Ive no idea, prettier is tripping
BenjaminPalko (Migrated from github.com) reviewed 2024-12-20 11:37:25 -05:00
BenjaminPalko (Migrated from github.com) reviewed 2024-12-20 11:38:11 -05:00
@ -8,3 +10,3 @@
<h2 class="prose prose-xl">Hestia</h2>
<h1 class="prose prose-2xl">{title}</h1>
<p class="prose prose-lg">{greeting}</p>
<p class="prose prose-lg">{message}</p>
BenjaminPalko (Migrated from github.com) commented 2024-12-20 11:38:10 -05:00

No since the title would be tenant name

No since the title would be tenant name
piopi (Migrated from github.com) reviewed 2024-12-20 11:38:59 -05:00
BenjaminPalko (Migrated from github.com) reviewed 2024-12-20 11:39:49 -05:00
BenjaminPalko (Migrated from github.com) commented 2024-12-20 11:39:49 -05:00

who fucking knows

who fucking knows
Sign in to join this conversation.
No description provided.