add placeholder greek i18n file

This commit is contained in:
2022-06-22 10:00:48 +03:00
parent d1c2c1842c
commit b1c09b74b1
2 changed files with 56 additions and 0 deletions

View File

@@ -12,6 +12,11 @@ const config = {
locale: "nb",
key: "common",
loader: async () => (await import("../i18n/nb.json")).default
},
{
locale: "el",
key: "common",
loader: async () => (await import("../i18n/el.json")).default
}
]
};