mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 01:01:43 +10:00
add chinese language to the dropdown
This commit is contained in:
@ -4,6 +4,10 @@ import { initReactI18next } from 'react-i18next';
|
|||||||
import resources from './locales';
|
import resources from './locales';
|
||||||
|
|
||||||
const languages = [
|
const languages = [
|
||||||
|
{
|
||||||
|
code: 'zh',
|
||||||
|
name: 'Chinese',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'en',
|
code: 'en',
|
||||||
name: 'English',
|
name: 'English',
|
||||||
|
|||||||
Reference in New Issue
Block a user