Current Behavior
The builder UI has mixed languages โ labels are in English but helper text, error messages, and buttons are in Korean.
Examples:
- Helper text:
์ฝค๋ง ๊ตฌ๋ถ, ์ต๋ 3๊ฐ
- Error message:
๋ฏธ๋ฆฌ๋ณด๊ธฐ๋ฅผ ๋ถ๋ฌ์ฌ ์ ์์ต๋๋ค
- Buttons:
URL ์ถ๊ฐ, ๋ค์ ์๋
This makes it hard for non-Korean speakers to use the builder.
Expected Behavior
The builder should support at least English and Korean, with the language matching the user's browser preference or a manual toggle.
Hints
- Builder components are in
src/components/builder/ and src/components/preview/
- Consider using
next-intl or a simple dictionary-based approach
Current Behavior
The builder UI has mixed languages โ labels are in English but helper text, error messages, and buttons are in Korean.
Examples:
์ฝค๋ง ๊ตฌ๋ถ, ์ต๋ 3๊ฐ๋ฏธ๋ฆฌ๋ณด๊ธฐ๋ฅผ ๋ถ๋ฌ์ฌ ์ ์์ต๋๋คURL ์ถ๊ฐ,๋ค์ ์๋This makes it hard for non-Korean speakers to use the builder.
Expected Behavior
The builder should support at least English and Korean, with the language matching the user's browser preference or a manual toggle.
Hints
src/components/builder/andsrc/components/preview/next-intlor a simple dictionary-based approach