mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Merge pull request #1360 from tdonohue/enable_spanish
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',
|
||||
@@ -187,12 +179,24 @@ export const environment: GlobalConfig = {
|
||||
label: 'Latviešu',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'fi',
|
||||
label: 'Suomi',
|
||||
code: 'hu',
|
||||
label: 'Magyar',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'hu',
|
||||
label: 'magyar',
|
||||
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,
|
||||
}],
|
||||
// Browse-By Pages
|
||||
|
Reference in New Issue
Block a user