Feat: Settings for learning lang (#641)
* refactor settings * refactor constants * add settings for native/learning language * setup langugage for transcribe * use 2 letter code for echogarden * AI commands support multiple language * update languages constant * fix sentry error * fix context menu * show camdict when only learning English * add en-GB * recording assess support multiple languages * fix ai command * refactor
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
import "./index.css";
|
||||
import "./renderer/index";
|
||||
import * as Sentry from "@sentry/electron";
|
||||
import * as Sentry from "@sentry/electron/renderer";
|
||||
import { SENTRY_DSN } from "@/constants";
|
||||
|
||||
Sentry.init({
|
||||
|
||||
Reference in New Issue
Block a user