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