aboutsummaryrefslogtreecommitdiff
path: root/src/definitions
diff options
context:
space:
mode:
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>;