update language and changelog

This commit is contained in:
Amruth Pillai 2020-06-06 10:00:36 +05:30
parent 7aa388fef4
commit 374447ce1f
No known key found for this signature in database
GPG Key ID: 09959E21662F51A0
3 changed files with 9 additions and 1 deletions

View File

@ -6,6 +6,10 @@ title: Changelog
All notable changes to this project will be documented in this file.
## June 2020
- Added Language: Russian
## May 2020
### May 6, 2020

View File

@ -30,6 +30,7 @@ If you are already familiar with the Crowdin platform and want to contribute you
- Kannada `kn`
- Polish `pl`
- Portuguese `pt`
- Russian `ru`
- Spanish `es`
- Tamil `ta`
- Vietnamese `vi`
@ -51,7 +52,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
- Norwegian `no`
- Punjabi `pa`
- Romanian `ro`
- Russian `ru`
- Swedish `sv`
- Turkish `tr`
- Ukrainian `uk`

View File

@ -58,6 +58,10 @@ const languages = [
code: 'pt',
name: 'Portuguese (Português)',
},
{
code: 'ru',
name: 'Russian (русский)',
},
{
code: 'es',
name: 'Spanish (Español)',