Add translate message action (#6609)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-09-19 22:35:18 +07:00
committed by GitHub
parent c0448a373f
commit 8d9cebdd67
62 changed files with 926 additions and 130 deletions
+3 -1
View File
@@ -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)