turkish-suffixes
v1.1.2
Published
Turkish Suffixes
Downloads
3
Readme
turkish-suffixes
how to install
npm
npm install turkish-suffixes --save
how to use
node
const ts = require('turkish-suffixes');
#variables and values
suffix -> "in", "e", "i", "de", "den", "ile"
apostrof -> true, false (if use false apostrof don't show)
apostrofMark -> "'","`"
examples
ts("İstanbul", "de", true, "'"); //İstanbul'da
ts("büyük masa", "de", false, "'"); //büyük masada
ts("Atatürk", "in", true, "`"); // Atatürk`ün
thanks
https://github.com/hicay