/* * This file is automatically generated. * Run 'pnpm run generate:locales' to update. */ import type { LocaleDefinition } from '../..'; import animal from './animal'; import app from './app'; import cell_phone from './cell_phone'; import color from './color'; import commerce from './commerce'; import date from './date'; import finance from './finance'; import location from './location'; import lorem from './lorem'; import metadata from './metadata'; import music from './music'; import person from './person'; import team from './team'; import vehicle from './vehicle'; /** * The locale data for the `ur` locale. * * - Language: Urdu * - Endonym: اردو */ const ur: LocaleDefinition = { animal, app, cell_phone, color, commerce, date, finance, location, lorem, metadata, music, person, team, vehicle, }; export default ur;