Integrate i18n

This commit is contained in:
Dominic Villemure
2024-08-20 21:59:55 -04:00
parent 7b603f4eb2
commit c0bc147b00
8 changed files with 213 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<footer>
<div class="p-4 text-center font-sans">
Hutopy &copy;{{ new Date().getFullYear() }} - Tout droits réservés
Hutopy &copy;{{ new Date().getFullYear() }} - {{ $t('footer.allRightsReserved') }}
</div>
</footer>