Skip to content

bhdrgkz/turkish-suffixes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Turkish Suffixes npm package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published