Strapi plugin logo for Myanmar Unicode Converter

Myanmar Unicode Converter

Myanmar Unicode Converter plugin allows Strapi user to convert easily Non-unicode characters(Burmese) to Unicode characters(Burmese).

thumbnail for Myanmar Unicode Converter

Strapi Myanmar Unicode Converter



Installation

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

Configuration

propertytypedefaultdescription
scorenumber (0<1)0.8Zawgyi font detection score point.

Example

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

How to use?

1). First, enable in collection type


2). Then, enable in attribute type. Note: supported only Text and Rich Text


Install now

npm install @kyawnaingtun/strapi-myanmar-unicode-converter

STATS

1 GitHub star2 weekly downloads

Last updated

546 days ago

Strapi Version

4.0.0 and above

Author

github profile image for Kyaw Naing Tun
Kyaw Naing Tun

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.