mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 00:32:35 +10:00
- Added Greek Language
This commit is contained in:
@ -54,6 +54,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j
|
|||||||
- Finnish (Suomalainen)
|
- Finnish (Suomalainen)
|
||||||
- French (Français)
|
- French (Français)
|
||||||
- German (Deutsche)
|
- German (Deutsche)
|
||||||
|
- Greek (Ελληνικά)
|
||||||
- Hindi (हिंदी)
|
- Hindi (हिंदी)
|
||||||
- Italian (Italiano)
|
- Italian (Italiano)
|
||||||
- Japanese (日本人)
|
- Japanese (日本人)
|
||||||
|
|||||||
@ -39,6 +39,10 @@ const languages = [
|
|||||||
code: 'de',
|
code: 'de',
|
||||||
name: 'German (Deutsche)',
|
name: 'German (Deutsche)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'el',
|
||||||
|
name: 'Greek (Ελληνικά)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'hi',
|
code: 'hi',
|
||||||
name: 'Hindi (हिंदी)',
|
name: 'Hindi (हिंदी)',
|
||||||
|
|||||||
@ -2,6 +2,7 @@ import ar from './ar.json';
|
|||||||
import cs from './cs.json';
|
import cs from './cs.json';
|
||||||
import da from './da.json';
|
import da from './da.json';
|
||||||
import de from './de.json';
|
import de from './de.json';
|
||||||
|
import el from './el.json';
|
||||||
import en from './en.json';
|
import en from './en.json';
|
||||||
import es from './es.json';
|
import es from './es.json';
|
||||||
import fa from './fa.json';
|
import fa from './fa.json';
|
||||||
@ -27,6 +28,7 @@ export default {
|
|||||||
cs: { translation: cs },
|
cs: { translation: cs },
|
||||||
da: { translation: da },
|
da: { translation: da },
|
||||||
de: { translation: de },
|
de: { translation: de },
|
||||||
|
el: { translation: el },
|
||||||
en: { translation: en },
|
en: { translation: en },
|
||||||
es: { translation: es },
|
es: { translation: es },
|
||||||
fa: { translation: fa },
|
fa: { translation: fa },
|
||||||
|
|||||||
@ -4,6 +4,7 @@ import 'dayjs/locale/cs';
|
|||||||
import 'dayjs/locale/da';
|
import 'dayjs/locale/da';
|
||||||
import 'dayjs/locale/de';
|
import 'dayjs/locale/de';
|
||||||
import 'dayjs/locale/en';
|
import 'dayjs/locale/en';
|
||||||
|
import 'dayjs/locale/el';
|
||||||
import 'dayjs/locale/es';
|
import 'dayjs/locale/es';
|
||||||
import 'dayjs/locale/fa';
|
import 'dayjs/locale/fa';
|
||||||
import 'dayjs/locale/fi';
|
import 'dayjs/locale/fi';
|
||||||
|
|||||||
Reference in New Issue
Block a user