- Added Greek Language

This commit is contained in:
AmruthPillai 2021-01-31 10:59:41 +05:30
parent 2a2ceea448
commit 9ddba69ff0
4 changed files with 8 additions and 0 deletions

View File

@ -54,6 +54,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j
- Finnish (Suomalainen)
- French (Français)
- German (Deutsche)
- Greek (Ελληνικά)
- Hindi (हिंदी)
- Italian (Italiano)
- Japanese (日本人)

View File

@ -39,6 +39,10 @@ const languages = [
code: 'de',
name: 'German (Deutsche)',
},
{
code: 'el',
name: 'Greek (Ελληνικά)',
},
{
code: 'hi',
name: 'Hindi (हिंदी)',

View File

@ -2,6 +2,7 @@ import ar from './ar.json';
import cs from './cs.json';
import da from './da.json';
import de from './de.json';
import el from './el.json';
import en from './en.json';
import es from './es.json';
import fa from './fa.json';
@ -27,6 +28,7 @@ export default {
cs: { translation: cs },
da: { translation: da },
de: { translation: de },
el: { translation: el },
en: { translation: en },
es: { translation: es },
fa: { translation: fa },

View File

@ -4,6 +4,7 @@ import 'dayjs/locale/cs';
import 'dayjs/locale/da';
import 'dayjs/locale/de';
import 'dayjs/locale/en';
import 'dayjs/locale/el';
import 'dayjs/locale/es';
import 'dayjs/locale/fa';
import 'dayjs/locale/fi';