Skip to content

Commit cd012c7

Browse files
committed
chore: improve comments
1 parent 0d6850f commit cd012c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generateLocales.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function generateRecursiveModuleIndexes(
182182
definition === 'any' ? 'any' : `${definition}['${submodule}']`;
183183
let moduleFiles: string[] = undefined;
184184

185-
// Overwrite src/locales/<locale>/<module>/index.ts from DEFINITIONS
185+
// Overwrite types of src/locales/<locale>/<module>/index.ts for known DEFINITIONS
186186
if (depth === 1) {
187187
moduleFiles = DEFINITIONS[submodule];
188188
if (typeof moduleFiles === 'undefined') {

0 commit comments

Comments
 (0)