i18n defaults

This commit is contained in:
lovebird 2026-02-04 18:06:20 +01:00
parent 180b72398e
commit 4f17cbba9f
3 changed files with 7 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -61,7 +61,7 @@ export const translate = async (opts: IOptions) => {
opts.srcLang,
lang,
{
free_api: true,
free_api: false,
auth_key: opts.api_key,
formality: opts.formality as any
} as any, opts, "")

View File

@ -11,6 +11,9 @@
},
{
"path": "../tasks"
},
{
"path": "../i18n"
}
],
"settings": {}