1.0.0 • Published 5 years ago

fingilish v1.0.0

Weekly downloads
2
License
LGPL-3.0
Repository
github
Last release
5 years ago

fingilish

convert fingilish to farsi
example:

const fn = require('fingilish');
// common words are in dictionary
fn('salam'); // => سلام
// an example of incorrect usage
fn('soraya'); // => سری
fn('sorayaa'); // => سریا
// correct your dictation errors using numbers
fn('s2orayaa'); // => ثریا
// use strict method that does not use dictionary
fn('$salam'); // => سلم
// and finally , all in a sentence
fn.jomle('h2amidrez3aa $salaam , miaay berim biroon ba ham baazi konim ?')
// => حمیدرضا سلام ، میای بریم بیرون با هم بازی کنیم ؟