inital commit

This commit is contained in:
Frederic Pellin
2021-02-08 07:15:38 +01:00
parent 60034b7b5c
commit 1c558cda8c
15 changed files with 1364 additions and 100 deletions

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

@@ -0,0 +1,3 @@
{
"message": "hello i18n !!"
}

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

@@ -0,0 +1,3 @@
{
"message": "hello i18n !!"
}