Basic Internationalization Support

This commit is contained in:
2020-12-31 17:38:30 +01:00
parent d31495388e
commit b85a6a2710
8 changed files with 541 additions and 11 deletions

4
src/messages/en.json Normal file
View File

@@ -0,0 +1,4 @@
{
"title":"Anthony Dumas",
"subtitle":"Full Stack Developer @ Harvest"
}

4
src/messages/fr.json Normal file
View File

@@ -0,0 +1,4 @@
{
"title":"Anthony Yvon Dumas",
"subtitle":"Développeur Full Stack @ Harvest"
}