init with translations
This commit is contained in:
3
i18n/en.json
Normal file
3
i18n/en.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"open_in": "open in "
|
||||
}
|
||||
3
i18n/it.json
Normal file
3
i18n/it.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"open_in": "apri con "
|
||||
}
|
||||
1
mailgo.d.ts
vendored
1
mailgo.d.ts
vendored
@@ -4,6 +4,7 @@
|
||||
|
||||
export type MailgoConfig = {
|
||||
initEvent?: string;
|
||||
lang?: string;
|
||||
// TODO here mailgo configurations!
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user