Skip to content

Armenian

Armenian is one of the many supported locales in Faker. It uses the language code hy and is available as fakerHY.

Language data

KeyValue
NameArmenian
Local NameՀայերեն
Languagehy
ScriptArmn
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 { fakerHY } from '@faker-js/faker';
// const { fakerHY } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.