- adding Japanese language

This commit is contained in:
Amruth Pillai
2020-07-25 20:23:10 +05:30
parent e4f0373661
commit e8b735e1cb
3 changed files with 7 additions and 0 deletions

View File

@ -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))

View File

@ -27,6 +27,10 @@ const languages = [
code: 'de',
name: 'German (Deutsche)',
},
{
code: 'ja',
name: 'Japanese (日本人)',
},
{
code: 'kn',
name: 'Kannada (ಕನ್ನಡ)',

View File

@ -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 },