feat: add Greek translations (#11211)
This commit is contained in:
@@ -17,7 +17,8 @@ import {
|
||||
zhCN,
|
||||
faIR,
|
||||
cs,
|
||||
ru
|
||||
ru,
|
||||
el
|
||||
} from "date-fns/locale"
|
||||
import { Language } from "./types"
|
||||
|
||||
@@ -34,6 +35,12 @@ export const languages: Language[] = [
|
||||
ltr: true,
|
||||
date_locale: es,
|
||||
},
|
||||
{
|
||||
code: "el",
|
||||
display_name: "Ελληνικά",
|
||||
ltr: true,
|
||||
date_locale: el,
|
||||
},
|
||||
{
|
||||
code: "de",
|
||||
display_name: "Deutsch",
|
||||
|
||||
2956
packages/admin/dashboard/src/i18n/translations/el.json
Normal file
2956
packages/admin/dashboard/src/i18n/translations/el.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
||||
import de from "./de.json"
|
||||
import el from "./el.json"
|
||||
import en from "./en.json"
|
||||
import es from "./es.json"
|
||||
import fr from "./fr.json"
|
||||
@@ -22,6 +23,9 @@ export default {
|
||||
de: {
|
||||
translation: de,
|
||||
},
|
||||
el: {
|
||||
translation: el,
|
||||
},
|
||||
en: {
|
||||
translation: en,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user