mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
added Kannada & French Languages to i18n list, updated documentation
This commit is contained in:
@ -18,7 +18,9 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
### Completed Translations
|
### Completed Translations
|
||||||
|
|
||||||
- English `en`
|
- English `en`
|
||||||
|
- French `fr`
|
||||||
- Hindi `hi`
|
- Hindi `hi`
|
||||||
|
- Kannada `kn`
|
||||||
|
|
||||||
### Pending Translations
|
### Pending Translations
|
||||||
|
|
||||||
@ -31,14 +33,12 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- Danish `da`
|
- Danish `da`
|
||||||
- Dutch `nl`
|
- Dutch `nl`
|
||||||
- Finnish `fi`
|
- Finnish `fi`
|
||||||
- French `fr`
|
|
||||||
- German `de`
|
- German `de`
|
||||||
- Greek `el`
|
- Greek `el`
|
||||||
- Hebrew `he`
|
- Hebrew `he`
|
||||||
- Hungarian `hu`
|
- Hungarian `hu`
|
||||||
- Italian `it`
|
- Italian `it`
|
||||||
- Japanese `ja`
|
- Japanese `ja`
|
||||||
- Kannada `kn`
|
|
||||||
- Korean `ko`
|
- Korean `ko`
|
||||||
- Malayalam `ml`
|
- Malayalam `ml`
|
||||||
- Marathi `mr`
|
- Marathi `mr`
|
||||||
|
|||||||
@ -8,10 +8,18 @@ const languages = [
|
|||||||
code: 'en',
|
code: 'en',
|
||||||
name: 'English',
|
name: 'English',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'fr',
|
||||||
|
name: 'French',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'hi',
|
code: 'hi',
|
||||||
name: 'Hindi',
|
name: 'Hindi',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'kn',
|
||||||
|
name: 'Kannada',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
i18n.use(initReactI18next).init({
|
i18n.use(initReactI18next).init({
|
||||||
|
|||||||
Reference in New Issue
Block a user