Skip to content

Commit

Permalink
fix: generate i18n template location
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Sep 18, 2024
1 parent 7140751 commit 0877448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-i18n-locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0877448

Please sign in to comment.