mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-16 01:32:02 +10:00
update language and changelog
This commit is contained in:
@ -6,6 +6,10 @@ title: Changelog
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## June 2020
|
||||||
|
|
||||||
|
- Added Language: Russian
|
||||||
|
|
||||||
## May 2020
|
## May 2020
|
||||||
|
|
||||||
### May 6, 2020
|
### May 6, 2020
|
||||||
|
|||||||
@ -30,6 +30,7 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- Kannada `kn`
|
- Kannada `kn`
|
||||||
- Polish `pl`
|
- Polish `pl`
|
||||||
- Portuguese `pt`
|
- Portuguese `pt`
|
||||||
|
- Russian `ru`
|
||||||
- Spanish `es`
|
- Spanish `es`
|
||||||
- Tamil `ta`
|
- Tamil `ta`
|
||||||
- Vietnamese `vi`
|
- Vietnamese `vi`
|
||||||
@ -51,7 +52,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
|
|||||||
- Norwegian `no`
|
- Norwegian `no`
|
||||||
- Punjabi `pa`
|
- Punjabi `pa`
|
||||||
- Romanian `ro`
|
- Romanian `ro`
|
||||||
- Russian `ru`
|
|
||||||
- Swedish `sv`
|
- Swedish `sv`
|
||||||
- Turkish `tr`
|
- Turkish `tr`
|
||||||
- Ukrainian `uk`
|
- Ukrainian `uk`
|
||||||
|
|||||||
@ -58,6 +58,10 @@ const languages = [
|
|||||||
code: 'pt',
|
code: 'pt',
|
||||||
name: 'Portuguese (Português)',
|
name: 'Portuguese (Português)',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'ru',
|
||||||
|
name: 'Russian (русский)',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'es',
|
code: 'es',
|
||||||
name: 'Spanish (Español)',
|
name: 'Spanish (Español)',
|
||||||
|
|||||||
Reference in New Issue
Block a user