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 logo

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
2
3
4
5
6
7
8
9
10
11
// ./config/plugins.js`
'use strict';

module.exports = {
  'strapi-myanmar-unicode-converter': {
		enabled: true,
		config: {
			score: 0.9 //your score point
		}
	},
};

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

Enable in collection type


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

Enable in attribute type


Install now

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

STATS

1 GitHub star1 weekly download

Last updated

188 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.