add i18n keys

This commit is contained in:
SimonOriginal
2024-07-15 16:45:29 +02:00
parent da4e976d5c
commit 731b3654d8
39 changed files with 116 additions and 2 deletions

View File

@@ -121,11 +121,11 @@
<div class=" my-auto pb-16 text-left">
<div>
<div class=" font-semibold text-yellow-600 text-4xl">
Get up and running with <br />large language models, locally.
{$i18n.t('Get up and running with')} <br /> {$i18n.t('large language models, locally.')}
</div>
<div class="mt-2 text-yellow-600 text-xl">
Run Llama 2, Code Llama, and other models. Customize and create your own.
{$i18n.t('Run Llama 2, Code Llama, and other models. Customize and create your own.')}
</div>
</div>
</div>