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
View File
@@ -0,0 +1,3 @@
{
"open_in": "open in "
}
View File
+3
View File
@@ -0,0 +1,3 @@
{
"open_in": "apri con "
}
Vendored
+1
View File
@@ -4,6 +4,7 @@
export type MailgoConfig = {
initEvent?: string;
lang?: string;
// TODO here mailgo configurations!
};