masakinihirota
masakinihirota
 VScode  windows terminal It is working in my Windows 10 environment.
Different behavior with and without `--turbo` flag in `next dev` command · Issue #64552 · vercel/next.js https://github.com/vercel/next.js/issues/64552 I too just added the --turbo option and the language conversion stopped working.
https://github.com/masakinihirota/next_dev_i18n Edited to work at minimum. ```package.json "dev": "next dev --turbo" ``` Start the local server. ```terminal pnpm run dev ```` http://localhost:3000 English to Japanese conversion is not working on...