Merge branch 'develop' into l10n_develop

This commit is contained in:
Amruth Pillai
2020-04-11 19:46:52 +05:30
4 changed files with 34 additions and 23 deletions

View File

@ -32,6 +32,10 @@ const languages = [
code: 'es',
name: 'Spanish',
},
{
code: 'pt',
name: 'Portuguese',
},
];
i18n.use(initReactI18next).init({

View File

@ -1,5 +1,5 @@
{
"item": {
"placeholder": "Cooking"
"placeholder": "Cozinheiro"
}
}