aznumsuffix
v1.0.0
Published
This script will help to add suffixes ("cı", "ci", "cu", "cü") into numbers in Azerbaijani.
Downloads
1
Readme
AzNumSuffix
This script will help to add suffixes ("cı", "ci", "cu", "cü") into numbers in Azerbaijani.
Usage
Import like:
import azNumSuffix from "./azNumSuffix";
And use like:
azNumSuffix(2020)
To concat another string like "il", "ay" add second parameter to function:
azNumSuffix(2019, "il")