mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
added Arabic language
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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`
|
||||||
|
|||||||
@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user