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)
|
- Finnish (Suomalainen) (by Ari Pikkarainen)
|
||||||
- French (Français) (by [MeisterLLD](https://github.com/MeisterLLD))
|
- French (Français) (by [MeisterLLD](https://github.com/MeisterLLD))
|
||||||
- German (Deutsche) (by [Kryptand](https://crowdin.com/profile/Kryptand))
|
- German (Deutsche) (by [Kryptand](https://crowdin.com/profile/Kryptand))
|
||||||
|
- Japanese (日本人) (by [a-thug](https://crowdin.com/profile/a-thug))
|
||||||
- Kannada (ಕನ್ನಡ)
|
- Kannada (ಕನ್ನಡ)
|
||||||
- Portuguese (Brazilian) (by [Felipe CG](https://github.com/felcg))
|
- Portuguese (Brazilian) (by [Felipe CG](https://github.com/felcg))
|
||||||
- Spanish (Español) (by [jrgonzalezrios](https://github.com/jrgonzalezrios))
|
- Spanish (Español) (by [jrgonzalezrios](https://github.com/jrgonzalezrios))
|
||||||
|
|||||||
@ -27,6 +27,10 @@ const languages = [
|
|||||||
code: 'de',
|
code: 'de',
|
||||||
name: 'German (Deutsche)',
|
name: 'German (Deutsche)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'ja',
|
||||||
|
name: 'Japanese (日本人)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'kn',
|
code: 'kn',
|
||||||
name: 'Kannada (ಕನ್ನಡ)',
|
name: 'Kannada (ಕನ್ನಡ)',
|
||||||
|
|||||||
@ -4,6 +4,7 @@ import en from './en.json';
|
|||||||
import es from './es.json';
|
import es from './es.json';
|
||||||
import fi from './fi.json';
|
import fi from './fi.json';
|
||||||
import fr from './fr.json';
|
import fr from './fr.json';
|
||||||
|
import ja from './ja.json';
|
||||||
import kn from './kn.json';
|
import kn from './kn.json';
|
||||||
import nl from './nl.json';
|
import nl from './nl.json';
|
||||||
import ptBr from './pt-br.json';
|
import ptBr from './pt-br.json';
|
||||||
@ -16,6 +17,7 @@ export default {
|
|||||||
es: { translation: es },
|
es: { translation: es },
|
||||||
fi: { translation: fi },
|
fi: { translation: fi },
|
||||||
fr: { translation: fr },
|
fr: { translation: fr },
|
||||||
|
ja: { translation: ja },
|
||||||
kn: { translation: kn },
|
kn: { translation: kn },
|
||||||
nl: { translation: nl },
|
nl: { translation: nl },
|
||||||
ptBr: { translation: ptBr },
|
ptBr: { translation: ptBr },
|
||||||
|
|||||||
Reference in New Issue
Block a user