Added: i18next logic

This commit is contained in:
Llewellyn Dsouza
2022-01-05 17:42:28 +05:30
parent 65478a1622
commit 3af4fae1c5
4 changed files with 42 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
{
"app_title": "Hey there",
"language": "Language",
"welcome_message": "Welcome with translations"
}

View File

@@ -1,5 +0,0 @@
{
"app_title": "Title",
"language": "Language",
"welcome_message": "Welcome"
}