added Arabic language

This commit is contained in:
Amruth Pillai
2020-04-17 12:59:38 +05:30
parent f7b399df3c
commit cf080ebbb5
3 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,11 @@ All notable changes to this project will be documented in this file.
## April 2020 ## April 2020
### April 17, 2020
- Updated Dependencies across App
- Added Language: Arabic
### April 16, 2020 ### April 16, 2020
- Brought Back Browser Print Method, you can now print parseable resumes - Brought Back Browser Print Method, you can now print parseable resumes

View File

@ -17,6 +17,7 @@ If you are already familiar with the Crowdin platform and want to contribute you
### Completed Translations ### Completed Translations
- Arabic `ar`
- Chinese Simplified `zh` - Chinese Simplified `zh`
- Danish `da` - Danish `da`
- Dutch `nl` - Dutch `nl`
@ -32,7 +33,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
### Pending Translations ### Pending Translations
- Afrikaans `af` - Afrikaans `af`
- Arabic `ar`
- Assamese `as` - Assamese `as`
- Catalan `ca` - Catalan `ca`
- Czech `cs` - Czech `cs`

View File

@ -6,6 +6,10 @@ import detector from 'i18next-browser-languagedetector';
import resources from './locales'; import resources from './locales';
const languages = [ const languages = [
{
code: 'ar',
name: 'Arabic',
},
{ {
code: 'zh', code: 'zh',
name: 'Chinese', name: 'Chinese',