mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
- adding Japanese language
This commit is contained in:
@ -51,6 +51,7 @@ For those of you familiar with the Crowdin Platform, you could do that too and j
|
||||
- Finnish (Suomalainen) (by Ari Pikkarainen)
|
||||
- French (Français) (by [MeisterLLD](https://github.com/MeisterLLD))
|
||||
- German (Deutsche) (by [Kryptand](https://crowdin.com/profile/Kryptand))
|
||||
- Japanese (日本人) (by [a-thug](https://crowdin.com/profile/a-thug))
|
||||
- Kannada (ಕನ್ನಡ)
|
||||
- Portuguese (Brazilian) (by [Felipe CG](https://github.com/felcg))
|
||||
- Spanish (Español) (by [jrgonzalezrios](https://github.com/jrgonzalezrios))
|
||||
|
||||
@ -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