Skip to content

Nepali

Nepali is one of the many supported locales in Faker. It uses the language code ne and is available as fakerNE.

Language data

KeyValue
NameNepali
Local Nameनेपाली
Languagene
ScriptDeva
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 { fakerNE } from '@faker-js/faker';
// const { fakerNE } = require('@faker-js/faker'); // CJS

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

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

Released under the MIT License.