mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 19:21:33 +10:00
- adding Japanese language
This commit is contained in:
@ -27,6 +27,10 @@ const languages = [
|
||||
code: 'de',
|
||||
name: 'German (Deutsche)',
|
||||
},
|
||||
{
|
||||
code: 'ja',
|
||||
name: 'Japanese (日本人)',
|
||||
},
|
||||
{
|
||||
code: 'kn',
|
||||
name: 'Kannada (ಕನ್ನಡ)',
|
||||
|
||||
@ -4,6 +4,7 @@ import en from './en.json';
|
||||
import es from './es.json';
|
||||
import fi from './fi.json';
|
||||
import fr from './fr.json';
|
||||
import ja from './ja.json';
|
||||
import kn from './kn.json';
|
||||
import nl from './nl.json';
|
||||
import ptBr from './pt-br.json';
|
||||
@ -16,6 +17,7 @@ export default {
|
||||
es: { translation: es },
|
||||
fi: { translation: fi },
|
||||
fr: { translation: fr },
|
||||
ja: { translation: ja },
|
||||
kn: { translation: kn },
|
||||
nl: { translation: nl },
|
||||
ptBr: { translation: ptBr },
|
||||
|
||||
Reference in New Issue
Block a user