Skip to content

Macedonian

Macedonian is one of the many supported locales in Faker. It uses the language code mk and is available as fakerMK.

Language data

KeyValue
NameMacedonian
Local Nameмакедонски јазик
Languagemk
ScriptCyrl
Directionltr

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 { fakerMK } from '@faker-js/faker';
// const { fakerMK } = require('@faker-js/faker'); // CJS

// Commonly localized methods:
fakerMK.person.fullName();
fakerMK.location.streetAddress();
fakerMK.location.city();
fakerMK.location.state();
fakerMK.location.zipCode();
fakerMK.phone.number();
fakerMK.commerce.productName();
fakerMK.internet.email();
fakerMK.internet.url();
fakerMK.date.month();
fakerMK.date.weekday();
fakerMK.word.noun();
fakerMK.word.verb();
fakerMK.company.name();

// Non-localized methods work as normal:
fakerMK.number.int();

Released under the MIT License.