mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
add placeholder greek i18n file
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user