aboutsummaryrefslogtreecommitdiff
path: root/src/definitions
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-03-07 17:36:26 +0100
committerGitHub <[email protected]>2023-03-07 17:36:26 +0100
commitcf2ce6830d42a1a91c1a2defcc02d86c1a782cf8 (patch)
tree6ea1e6937ab2c751f04bc5bc4cabfb6a7983fa19 /src/definitions
parent4f720ef9d29b6f30c463b2574ce9c8995fbd4ebd (diff)
downloadfaker-cf2ce6830d42a1a91c1a2defcc02d86c1a782cf8.tar.xz
faker-cf2ce6830d42a1a91c1a2defcc02d86c1a782cf8.zip
fix: consistent locale names (#1884)
Diffstat (limited to 'src/definitions')
-rw-r--r--src/definitions/definitions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definitions/definitions.ts b/src/definitions/definitions.ts
index 65753ba7..afec8b28 100644
--- a/src/definitions/definitions.ts
+++ b/src/definitions/definitions.ts
@@ -55,7 +55,7 @@ export interface Definitions {
*/
export type LocaleDefinition = {
/**
- * The name of the language.
+ * The English name of the language (and the specific country, if defined).
*/
title: string;
} & LocaleEntry<Definitions>;