mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-26 14:33:59 +10:00
[2.4.1] Add Persian (Farsi) Language
This commit is contained in:
@@ -55,6 +55,10 @@ const languages = [
|
||||
code: 'nb',
|
||||
name: 'Norwegian (Norsk)',
|
||||
},
|
||||
{
|
||||
code: 'fa',
|
||||
name: 'Persian (Farsi)',
|
||||
},
|
||||
{
|
||||
code: 'pl',
|
||||
name: 'Polish (Polskie)',
|
||||
|
||||
@@ -3,6 +3,7 @@ import da from './da.json';
|
||||
import de from './de.json';
|
||||
import en from './en.json';
|
||||
import es from './es.json';
|
||||
import fa from './fa.json';
|
||||
import fi from './fi.json';
|
||||
import fr from './fr.json';
|
||||
import hi from './hi.json';
|
||||
@@ -26,6 +27,7 @@ export default {
|
||||
de: { translation: de },
|
||||
en: { translation: en },
|
||||
es: { translation: es },
|
||||
fa: { translation: fa },
|
||||
fi: { translation: fi },
|
||||
fr: { translation: fr },
|
||||
hi: { translation: hi },
|
||||
|
||||
Reference in New Issue
Block a user