Kurdish (Sorani)
Kurdish (Sorani) is one of the many supported locales in Faker. It uses the language code ku_ckb and is available as fakerKU_ckb.
Language data
| Key | Value |
|---|---|
| Name | Kurdish (Sorani) |
| Local Name | کوردی (سۆرانی) |
| Language | ku |
| Script | Arab |
| Direction | rtl |
Usage
A few commonly localized methods are shown below. Reload this page to see more random examples. Not all methods are localized in all locales.
ts
import { fakerKU_ckb } from '@faker-js/faker';
// const { fakerKU_ckb } = require('@faker-js/faker'); // CJS
// Commonly localized methods:
fakerKU_ckb.person.fullName();
fakerKU_ckb.location.streetAddress();
fakerKU_ckb.location.city();
fakerKU_ckb.location.state();
fakerKU_ckb.location.zipCode();
fakerKU_ckb.phone.number();
fakerKU_ckb.commerce.productName();
fakerKU_ckb.internet.email();
fakerKU_ckb.internet.url();
fakerKU_ckb.date.month();
fakerKU_ckb.date.weekday();
fakerKU_ckb.word.noun();
fakerKU_ckb.word.verb();
fakerKU_ckb.company.name();
// Non-localized methods work as normal:
fakerKU_ckb.number.int();