diff options
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/merge-locales.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/merge-locales.ts b/src/utils/merge-locales.ts index 1a69f541..e8bdef33 100644 --- a/src/utils/merge-locales.ts +++ b/src/utils/merge-locales.ts @@ -7,6 +7,7 @@ import type { LocaleDefinition } from '..'; * Mutating the category entries in the returned locale will also mutate the entries in the respective source locale. * * @param locales The locales to merge. + * * @returns The newly merged locale. * * @example |
