mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-24 13:41:25 +10:00
- Added Greek Language
This commit is contained in:
@ -39,6 +39,10 @@ const languages = [
|
||||
code: 'de',
|
||||
name: 'German (Deutsche)',
|
||||
},
|
||||
{
|
||||
code: 'el',
|
||||
name: 'Greek (Ελληνικά)',
|
||||
},
|
||||
{
|
||||
code: 'hi',
|
||||
name: 'Hindi (हिंदी)',
|
||||
|
||||
@ -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 },
|
||||
|
||||
@ -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';
|
||||
|
||||
Reference in New Issue
Block a user