mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 14:33:59 +10:00
[2.5.3] Added "Czech" Language
This commit is contained in:
@@ -7,6 +7,10 @@ const languages = [
|
||||
code: 'ar',
|
||||
name: 'Arabic (عربى)',
|
||||
},
|
||||
{
|
||||
code: 'cs',
|
||||
name: 'Czech (čeština)',
|
||||
},
|
||||
{
|
||||
code: 'zh',
|
||||
name: 'Chinese Simplified (简体中文)',
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import ar from './ar.json';
|
||||
import cs from './cs.json';
|
||||
import da from './da.json';
|
||||
import de from './de.json';
|
||||
import en from './en.json';
|
||||
@@ -23,6 +24,7 @@ import zh from './zh.json';
|
||||
|
||||
export default {
|
||||
ar: { translation: ar },
|
||||
cs: { translation: cs },
|
||||
da: { translation: da },
|
||||
de: { translation: de },
|
||||
en: { translation: en },
|
||||
|
||||
Reference in New Issue
Block a user