mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
[DURACOM-99] Italian support added
This commit is contained in:

committed by
Davide Negretti

parent
959f826d64
commit
134a808fba
@@ -187,6 +187,9 @@ languages:
|
||||
- code: gd
|
||||
label: Gàidhlig
|
||||
active: true
|
||||
- code: it
|
||||
label: Italiano
|
||||
active: true
|
||||
- code: lv
|
||||
label: Latviešu
|
||||
active: true
|
||||
|
@@ -220,6 +220,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
{ code: 'es', label: 'Español', active: true },
|
||||
{ code: 'fr', label: 'Français', active: true },
|
||||
{ code: 'gd', label: 'Gàidhlig', active: true },
|
||||
{ code: 'it', label: 'Italiano', active: true },
|
||||
{ code: 'lv', label: 'Latviešu', active: true },
|
||||
{ code: 'hu', label: 'Magyar', active: true },
|
||||
{ code: 'nl', label: 'Nederlands', active: true },
|
||||
|
Reference in New Issue
Block a user