mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
[Port dspace-9_x] Contribute to adding Persian translation to DSpace (#4621)
* Create fa.json5 Persian language (cherry picked from commitc2b7e7b0b8
) * Update fa.json5 (cherry picked from commit27a1dfff6d
) * Update fa.json5 (cherry picked from commit8a10866dce
) * Update fa.json5 (cherry picked from commit1af8be2bdb
) * Update fa.json5 (cherry picked from commit43e6b3b54a
) * Update fa.json5 (cherry picked from commite28f24ff15
) * Update fa.json5 (cherry picked from commit4f7dfbe5ff
) * Update fa.json5 (cherry picked from commit3fb1e77001
) * Update fa.json5 (cherry picked from commit366d0e1aad
) * Update fa.json5 (cherry picked from commitd72a02137a
) * Update fa.json5 (cherry picked from commit57bed93f16
) * Update fa.json5 (cherry picked from commit69c33d7bca
) * Update fa.json5 (cherry picked from commita078807fc0
) * Update fa.json5 (cherry picked from commitc20de9eddf
) * Update fa.json5 (cherry picked from commita85f5c5d5c
) * Add Persian language to default configs (cherry picked from commit4fa0c57e02
) --------- Co-authored-by: Shafi Habibi <shafihabibi@gmail.com> Co-authored-by: Tim Donohue <tim.donohue@lyrasis.org>
This commit is contained in:
@@ -265,6 +265,9 @@ languages:
|
||||
- code: es
|
||||
label: Español
|
||||
active: true
|
||||
- code: fa
|
||||
label: فارسی
|
||||
active: true
|
||||
- code: fi
|
||||
label: Suomi
|
||||
active: true
|
||||
|
13801
src/assets/i18n/fa.json5
Normal file
13801
src/assets/i18n/fa.json5
Normal file
File diff suppressed because it is too large
Load Diff
@@ -267,6 +267,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
{ code: 'de', label: 'Deutsch', active: true },
|
||||
{ code: 'el', label: 'Ελληνικά', active: true },
|
||||
{ code: 'es', label: 'Español', active: true },
|
||||
{ code: 'fa', label: 'فارسی', active: true },
|
||||
{ code: 'fi', label: 'Suomi', active: true },
|
||||
{ code: 'fr', label: 'Français', active: true },
|
||||
{ code: 'gd', label: 'Gàidhlig', active: true },
|
||||
|
Reference in New Issue
Block a user