Skip to content

Romanian (Moldova)

Romanian (Moldova) is one of the many supported locales in Faker. It uses the language code ro_MD and is available as fakerRO_MD.

Language data

KeyValue
NameRomanian (Moldova)
Local NameRomână (Moldova)
Languagero
ScriptLatn
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 { fakerRO_MD } from '@faker-js/faker';
// const { fakerRO_MD } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.