1.1.2 • Published 1 year ago

turkish-suffixes v1.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
1 year ago

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

1.1.1

1 year ago

1.1.2

1 year ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago