working on i18n... (a lot to do...)

This commit is contained in:
Matteo Manzinello
2020-06-10 19:19:38 +02:00
parent 301ef64611
commit 13e8e9e828
6 changed files with 61 additions and 17 deletions

3
mailgo.d.ts vendored
View File

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