Strapi 5 plugin for converting Simplified Chinese content to Traditional Chinese from the Content Manager edit view.
- Adds a compact "简转繁" action to Content Manager edit pages
- Uses
opencc-jsto convertcntohk - Handles common Strapi field structures: string, text, textarea, richtext, blocks, components, and dynamic zones
- Includes
en,zh-Hans, andzh-HKadmin translations
npm install strapi-plugin-sc2tcStrapi 5 usually discovers installed plugins automatically. To enable it explicitly:
export default () => ({
sc2tc: {
enabled: true,
},
});Rebuild the admin panel after installation:
npm run build
npm run develop- Open a Content Manager edit page.
- Fill or copy Simplified Chinese content into the form.
- Click "简转繁".
- Review the converted content and save.
npm install
npm run test
npm run build
npm run verifynpm packMIT