πŸš€ [Update] Notice on improvements to multilingual automatic translation function and UI convenience#

Hello, this is the guidebook development team!

New updated version (v1.2.0) has been successfully deployed to the main branch to maximize the operational team’s work efficiency and expand contact with global users. We would like to inform you of the major changes in this release.


🌟 1. Key update contents#

🎯 Introduction of backend multilingual automatic synchronization system#

  • Now, just write a Korean announcement and the GitHub Actions bot will automatically build the English version (.en.md).
  • The cumbersome process of turning on Papago or Google Translator and using Ctrl + C and Ctrl + V for translation has been 100% eliminated.

🎨 Editor Virtual DOM stabilization#

  • Completely fixed a crash log (Slate node resolve error) that occasionally occurred when editing long sentences in the dashboard editor.

πŸ’» 2. Developer Reference Guide#

These are the component library and source code specifications used in this UI renewal.

  • Technology stack used: React 19, TypeScript, @shadcn/ui
  • Local build command: You can check the static file build status in advance by entering npm run build in the terminal.
  • Official Guidelines: For detailed information on how to use the editor, check the Official Guidebook Document.