Merge branch 'dev' into feature/dashdot-consistency-changes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import create from 'zustand';
|
||||
import { create } from 'zustand';
|
||||
|
||||
import { ServerSidePackageAttributesType } from '../../server/getPackageVersion';
|
||||
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -33,6 +33,7 @@ export const dashboardNamespaces = [
|
||||
'modules/dashdot',
|
||||
'modules/overseerr',
|
||||
'modules/common-media-cards',
|
||||
'modules/video-stream',
|
||||
];
|
||||
|
||||
export const loginNamespaces = ['authentication/login'];
|
||||
|
||||
Reference in New Issue
Block a user