### 这个功能解决了什么问题? 支持类似 Next.js 的[国际化路由](https://nextjs.org/docs/pages/guides/internationalization#getting-started),主要包括以下功能: 1. 支持国际化路由,如 example.com/hello, example.com/en/hello, example.com/jp/hello. 2. 开启SSR时能获取到当前路径的locale ### 你期望的 API 是什么样子的? 我觉得 Next.js [国际化](https://nextjs.org/docs/pages/guides/internationalization#getting-started)的配置设计就很好