added Arabic language

This commit is contained in:
Amruth Pillai 2020-04-17 12:59:38 +05:30
parent f7b399df3c
commit cf080ebbb5
No known key found for this signature in database
GPG Key ID: 09959E21662F51A0
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 17, 2020
- Updated Dependencies across App
- Added Language: Arabic
### April 16, 2020
- 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
- Arabic `ar`
- Chinese Simplified `zh`
- Danish `da`
- Dutch `nl`
@ -32,7 +33,6 @@ If you are already familiar with the Crowdin platform and want to contribute you
### Pending Translations
- Afrikaans `af`
- Arabic `ar`
- Assamese `as`
- Catalan `ca`
- Czech `cs`

View File

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