Nepali
Nepali is one of the many supported locales in Faker. It uses the language code ne and is available as fakerNE.
Language data
| Key | Value |
|---|---|
| Name | Nepali |
| Local Name | नेपाली |
| Language | ne |
| Script | Deva |
| Direction | ltr |
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();