masakinihirota

Results 3 comments of masakinihirota

![バージョン確認](https://user-images.githubusercontent.com/7696510/194195190-51495fc6-4f35-4f36-9925-c35dba516805.JPG) VScode ![バージョン確認2](https://user-images.githubusercontent.com/7696510/194195829-4d79e3e8-8061-45bc-841e-ef1d11cebef1.JPG) 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...