fix: generate i18n template location

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-09-18 21:16:58 +08:00
parent 7140751bc2
commit 08774485b1
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ async function selectLocale(): Promise<string> {
const __dirname = dirname(fileURLToPath(import.meta.url))
const LOCALE_DIR = path.resolve(__dirname, "../locales")
const CONFIG_DIR = path.resolve(__dirname, "../src/renderer/src/@types")
const CONFIG_DIR = path.resolve(__dirname, "../apps/renderer/src/@types")
async function main() {
const selectedLocale = await selectLocale()