Myanmar Unicode Converter plugin allows Strapi user to convert easily Non-unicode characters(Burmese) to Unicode characters(Burmese).
To install this plugin, you need to add an NPM dependency to your Strapi application:
# Using Yarn
yarn add @kyawnaingtun/strapi-myanmar-unicode-converter
# Or using NPM
npm install@kyawnaingtun/strapi-myanmar-unicode-converter
property | type | default | description |
---|---|---|---|
score | number (0<1) | 0.8 | Zawgyi font detection score point. |
1// ./config/plugins.js`
2'use strict';
3
4module.exports = {
5 'strapi-myanmar-unicode-converter': {
6 enabled: true,
7 config: {
8 score: 0.9 //your score point
9 }
10 },
11};
Then, you'll need to build your admin panel:
# Using Yarn
yarn build
# Or using NPM
npm run build
1). First, enable in collection type
2). Then, enable in attribute type. Note: supported only Text and Rich Text
npm install @kyawnaingtun/strapi-myanmar-unicode-converter
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.