diff options
| author | ST-DDT <[email protected]> | 2023-03-07 17:36:26 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-07 17:36:26 +0100 |
| commit | cf2ce6830d42a1a91c1a2defcc02d86c1a782cf8 (patch) | |
| tree | 6ea1e6937ab2c751f04bc5bc4cabfb6a7983fa19 /src/locales/dv | |
| parent | 4f720ef9d29b6f30c463b2574ce9c8995fbd4ebd (diff) | |
| download | faker-cf2ce6830d42a1a91c1a2defcc02d86c1a782cf8.tar.xz faker-cf2ce6830d42a1a91c1a2defcc02d86c1a782cf8.zip | |
fix: consistent locale names (#1884)
Diffstat (limited to 'src/locales/dv')
| -rw-r--r-- | src/locales/dv/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/locales/dv/index.ts b/src/locales/dv/index.ts index 9ba28b8a..67314227 100644 --- a/src/locales/dv/index.ts +++ b/src/locales/dv/index.ts @@ -13,7 +13,7 @@ import person from './person'; import phone_number from './phone_number'; const dv: LocaleDefinition = { - title: 'Dhivehi', + title: 'Maldivian', cell_phone, color, company, |
