init with translations

This commit is contained in:
Matteo Manzinello 2020-06-10 18:46:23 +02:00
parent bdaaeb0e72
commit bde3262e3d
4 changed files with 7 additions and 0 deletions

3
i18n/en.json Normal file
View File

@ -0,0 +1,3 @@
{
"open_in": "open in "
}

View File

3
i18n/it.json Normal file
View File

@ -0,0 +1,3 @@
{
"open_in": "apri con "
}

1
mailgo.d.ts vendored
View File

@ -4,6 +4,7 @@
export type MailgoConfig = {
initEvent?: string;
lang?: string;
// TODO here mailgo configurations!
};