1.1.2 • Published 2 years ago

turkish-suffixes v1.1.2

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.2

2 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago