environment.common.ts (dspace-angular-dspace-7.0) | : | environment.common.ts (dspace-angular-dspace-7.1) | ||
---|---|---|---|---|
skipping to change at line 162 | skipping to change at line 162 | |||
debug: false, | debug: false, | |||
// Default Language in which the UI will be rendered if the user's browser lan guage is not an active language | // Default Language in which the UI will be rendered if the user's browser lan guage is not an active language | |||
defaultLanguage: 'en', | defaultLanguage: 'en', | |||
// Languages. DSpace Angular holds a message catalog for each of the following languages. | // Languages. DSpace Angular holds a message catalog for each of the following languages. | |||
// When set to active, users will be able to switch to the use of this languag e in the user interface. | // When set to active, users will be able to switch to the use of this languag e in the user interface. | |||
languages: [{ | languages: [{ | |||
code: 'en', | code: 'en', | |||
label: 'English', | label: 'English', | |||
active: true, | active: true, | |||
}, { | }, { | |||
code: 'de', | ||||
label: 'Deutsch', | ||||
active: true, | ||||
}, { | ||||
code: 'cs', | code: 'cs', | |||
label: 'Čeština', | label: 'Čeština', | |||
active: true, | active: true, | |||
}, { | }, { | |||
code: 'nl', | code: 'de', | |||
label: 'Nederlands', | label: 'Deutsch', | |||
active: true, | ||||
},{ | ||||
code: 'pt-BR', | ||||
label: 'Português do Brasil', | ||||
active: true, | active: true, | |||
},{ | }, { | |||
code: 'pt-PT', | code: 'es', | |||
label: 'Português', | label: 'Español', | |||
active: true, | active: true, | |||
}, { | }, { | |||
code: 'fr', | code: 'fr', | |||
label: 'Français', | label: 'Français', | |||
active: true, | active: true, | |||
}, { | }, { | |||
code: 'lv', | code: 'lv', | |||
label: 'Latviešu', | label: 'Latviešu', | |||
active: true, | active: true, | |||
}, { | ||||
code: 'hu', | ||||
label: 'Magyar', | ||||
active: true, | ||||
}, { | ||||
code: 'nl', | ||||
label: 'Nederlands', | ||||
active: true, | ||||
}, { | ||||
code: 'pt-PT', | ||||
label: 'Português', | ||||
active: true, | ||||
},{ | },{ | |||
code: 'fi', | code: 'pt-BR', | |||
label: 'Suomi', | label: 'Português do Brasil', | |||
active: true, | active: true, | |||
},{ | },{ | |||
code: 'hu', | code: 'fi', | |||
label: 'magyar', | label: 'Suomi', | |||
active: true, | active: true, | |||
}], | }], | |||
// Browse-By Pages | // Browse-By Pages | |||
browseBy: { | browseBy: { | |||
// Amount of years to display using jumps of one year (current year - oneYea rLimit) | // Amount of years to display using jumps of one year (current year - oneYea rLimit) | |||
oneYearLimit: 10, | oneYearLimit: 10, | |||
// Limit for years to display using jumps of five years (current year - five YearLimit) | // Limit for years to display using jumps of five years (current year - five YearLimit) | |||
fiveYearLimit: 30, | fiveYearLimit: 30, | |||
// The absolute lowest year to display in the dropdown (only used when no lo west date can be found for all items) | // The absolute lowest year to display in the dropdown (only used when no lo west date can be found for all items) | |||
defaultLowerLimit: 1900, | defaultLowerLimit: 1900, | |||
skipping to change at line 268 | skipping to change at line 272 | |||
// name: 'custom', | // name: 'custom', | |||
// regex: 'collections\/e8043bc2.*' | // regex: 'collections\/e8043bc2.*' | |||
// }, | // }, | |||
// { | // { | |||
// // A theme with a uuid property will match the community, collection or item with the given | // // A theme with a uuid property will match the community, collection or item with the given | |||
// // ID, and all collections and/or items within it | // // ID, and all collections and/or items within it | |||
// name: 'custom', | // name: 'custom', | |||
// uuid: '0958c910-2037-42a9-81c7-dca80e3892b4' | // uuid: '0958c910-2037-42a9-81c7-dca80e3892b4' | |||
// }, | // }, | |||
// { | // { | |||
// // The extends property specifies an ancestor theme (by name). Whenever | ||||
a themed component is not found | ||||
// // in the current theme, its ancestor theme(s) will be checked recursiv | ||||
ely before falling back to default. | ||||
// name: 'custom-A', | ||||
// extends: 'custom-B', | ||||
// // Any of the matching properties above can be used | ||||
// handle: '10673/34', | ||||
// }, | ||||
// { | ||||
// name: 'custom-B', | ||||
// extends: 'custom', | ||||
// handle: '10673/12', | ||||
// }, | ||||
// { | ||||
// // A theme with only a name will match every route | // // A theme with only a name will match every route | |||
// name: 'custom' | // name: 'custom' | |||
// }, | // }, | |||
// { | // { | |||
// // This theme will use the default bootstrap styling for DSpace compone nts | // // This theme will use the default bootstrap styling for DSpace compone nts | |||
// name: BASE_THEME_NAME | // name: BASE_THEME_NAME | |||
// }, | // }, | |||
{ | { | |||
// The default dspace theme | // The default dspace theme | |||
End of changes. 7 change blocks. | ||||
17 lines changed or deleted | 36 lines changed or added |