mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 04:23:04 +00:00
Merge remote-tracking branch 'origin/main' into more-eslint
This commit is contained in:
@@ -20,7 +20,7 @@ import { MediaViewerConfig } from './media-viewer-config.interface';
|
||||
import { INotificationBoardOptions } from './notifications-config.interfaces';
|
||||
import { ServerConfig } from './server-config.interface';
|
||||
import { SubmissionConfig } from './submission-config.interface';
|
||||
import { ThemeConfig } from './theme.model';
|
||||
import { ThemeConfig } from './theme.config';
|
||||
import { UIServerConfig } from './ui-server-config.interface';
|
||||
|
||||
export class DefaultAppConfig implements AppConfig {
|
||||
@@ -229,6 +229,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
{ code: 'pl', label: 'Polski', active: true },
|
||||
{ code: 'pt-PT', label: 'Português', active: true },
|
||||
{ code: 'pt-BR', label: 'Português do Brasil', active: true },
|
||||
{ code: 'sr-lat', label: 'Srpski (lat)', active: true },
|
||||
{ code: 'fi', label: 'Suomi', active: true },
|
||||
{ code: 'sv', label: 'Svenska', active: true },
|
||||
{ code: 'tr', label: 'Türkçe', active: true },
|
||||
@@ -237,6 +238,7 @@ export class DefaultAppConfig implements AppConfig {
|
||||
{ code: 'bn', label: 'বাংলা', active: true },
|
||||
{ code: 'hi', label: 'हिंदी', active: true },
|
||||
{ code: 'el', label: 'Ελληνικά', active: true },
|
||||
{ code: 'sr-cyr', label: 'Српски', active: true },
|
||||
{ code: 'uk', label: 'Yкраї́нська', active: true },
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user