Skip to content

Belarusian Traditional Latin Translator tool as NPM package

License

Notifications You must be signed in to change notification settings

ptaberg/lacinka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lacinka

Lacinka is a NPM module for converting Belarusian text to traditional belarusian latin text. The big problem of other converters for the Belarusian Latin is the omission of several rules.

Installation

To use this module, you must have Node.js and NPM installed. Use you terminal for installing:

npm install lacinka --save

toLacinka

Simple usage of toLacinka:

const { toLacinka } = require('lacinka'); // importing

console.log(toLacinka('Витаньне, Сьвет!!!')) // => Vitańnie, Śviet!!!

toURL

Simple usage of toURL:

const { toURL } = require('lacinka'); // importing

console.log(toURL('Витаньне, Сьвет!!!')) // => vitannie_sviet

About

Belarusian Traditional Latin Translator tool as NPM package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published