Merge branch 'dev' into feature/dashdot-consistency-changes

This commit is contained in:
Thomas Camlong
2023-02-14 10:53:46 +09:00
committed by GitHub
157 changed files with 3054 additions and 1772 deletions

View File

@@ -1,4 +1,4 @@
import create from 'zustand';
import { create } from 'zustand';
import { ServerSidePackageAttributesType } from '../../server/getPackageVersion';

View File

@@ -75,6 +75,20 @@ export const languages: Language[] = [
translatedName: 'LOLCAT',
emoji: '🐱',
},
// Norwegian
{
shortName: 'no',
originalName: 'Norsk',
translatedName: 'Norwegian',
emoji: '🇳🇴',
},
// Slovak
{
shortName: 'sk',
originalName: 'Slovenčina',
translatedName: 'Slovak',
emoji: '🇸🇰',
},
{
shortName: 'nl',
originalName: 'Nederlands',

View File

@@ -33,6 +33,7 @@ export const dashboardNamespaces = [
'modules/dashdot',
'modules/overseerr',
'modules/common-media-cards',
'modules/video-stream',
];
export const loginNamespaces = ['authentication/login'];