mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 05:07:43 +02:00
Add translate message action (#6609)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
import { Analytics } from '@hcengineering/analytics'
|
||||
import '@hcengineering/platform-rig/profiles/ui/svelte'
|
||||
import { writable } from 'svelte/store'
|
||||
import { derived, writable } from 'svelte/store'
|
||||
|
||||
export { default as Theme } from './Theme.svelte'
|
||||
|
||||
@@ -78,3 +78,5 @@ export function initThemeStore (): void {
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
export const languageStore = derived(themeStore, ($theme) => $theme.language)
|
||||
|
||||
Reference in New Issue
Block a user