chore(translations): add Greek files
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import danish from "./translations/da-DK";
|
||||
import german from "./translations/de-DE";
|
||||
import greek from "./translations/el-GR";
|
||||
import english from "./translations/en-US";
|
||||
import spanish from "./translations/es-ES";
|
||||
import finnish from "./translations/fi-FI";
|
||||
@@ -102,4 +103,9 @@ export const LOCALES = {
|
||||
code: "it-IT",
|
||||
messages: italian,
|
||||
},
|
||||
GREEK: {
|
||||
name: "Ελληνικά",
|
||||
code: "el-GR",
|
||||
messages: greek,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user