mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
Add 'es' to languages. Order alphabetically by label
This commit is contained in:
@@ -158,25 +158,17 @@ export const environment: GlobalConfig = {
|
||||
code: 'en',
|
||||
label: 'English',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'de',
|
||||
label: 'Deutsch',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'cs',
|
||||
label: 'Čeština',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'nl',
|
||||
label: 'Nederlands',
|
||||
code: 'de',
|
||||
label: 'Deutsch',
|
||||
active: true,
|
||||
},{
|
||||
code: 'pt-BR',
|
||||
label: 'Português do Brasil',
|
||||
active: true,
|
||||
},{
|
||||
code: 'pt-PT',
|
||||
label: 'Português',
|
||||
}, {
|
||||
code: 'es',
|
||||
label: 'Español',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'fr',
|
||||
@@ -186,14 +178,26 @@ export const environment: GlobalConfig = {
|
||||
code: 'lv',
|
||||
label: 'Latviešu',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'hu',
|
||||
label: 'Magyar',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'nl',
|
||||
label: 'Nederlands',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'pt-PT',
|
||||
label: 'Português',
|
||||
active: true,
|
||||
},{
|
||||
code: 'pt-BR',
|
||||
label: 'Português do Brasil',
|
||||
active: true,
|
||||
},{
|
||||
code: 'fi',
|
||||
label: 'Suomi',
|
||||
active: true,
|
||||
},{
|
||||
code: 'hu',
|
||||
label: 'magyar',
|
||||
active: true,
|
||||
}],
|
||||
// Browse-By Pages
|
||||
browseBy: {
|
||||
|
Reference in New Issue
Block a user