turkish-suffixes

1.1.2 • Public • Published

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

Package Sidebar

Install

npm i turkish-suffixes

Weekly Downloads

9

Version

1.1.2

License

MIT

Unpacked Size

9.12 kB

Total Files

4

Last publish

Collaborators

  • bhdrgkz
  • dodothebird