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

5
src/locales/en.json Normal file
View File

@@ -0,0 +1,5 @@
{
"footer": {
"allRightsReserved": "All rights reserved"
}
}

5
src/locales/fr.json Normal file
View File

@@ -0,0 +1,5 @@
{
"footer": {
"allRightsReserved": "Tout droits réservés"
}
}