Merge remote-tracking branch 'originGithub/main' into coar-notify-7

# Conflicts:
#	src/app/shared/shared.module.ts
#	src/assets/i18n/en.json5
#	src/modules/app/browser-init.service.ts
#	src/themes/custom/lazy-theme.module.ts
This commit is contained in:
Stefano Maffei
2023-12-05 13:10:25 +01:00
337 changed files with 15091 additions and 4663 deletions

View File

@@ -12,7 +12,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';
import {SuggestionConfig} from './layout-config.interfaces';
import { BundleConfig } from './bundle-config.interface';
@@ -230,6 +230,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 },
@@ -238,6 +239,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}
];