feat: add i18n support, avaiable languages are 'en' and 'ja'

This commit is contained in:
d-kimsuon
2025-10-19 19:51:16 +09:00
parent 170c6ec759
commit 4a4354fe63
56 changed files with 5151 additions and 279 deletions

View File

@@ -10,6 +10,7 @@ if [ -d "dist/standalone" ]; then
rm -rf dist/standalone
fi
pnpm lingui:compile
pnpm exec next build
cp -r public .next/standalone/
cp -r .next/static .next/standalone/.next/