We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6850f commit cd012c7Copy full SHA for cd012c7
scripts/generateLocales.ts
@@ -182,7 +182,7 @@ function generateRecursiveModuleIndexes(
182
definition === 'any' ? 'any' : `${definition}['${submodule}']`;
183
let moduleFiles: string[] = undefined;
184
185
- // Overwrite src/locales/<locale>/<module>/index.ts from DEFINITIONS
+ // Overwrite types of src/locales/<locale>/<module>/index.ts for known DEFINITIONS
186
if (depth === 1) {
187
moduleFiles = DEFINITIONS[submodule];
188
if (typeof moduleFiles === 'undefined') {
0 commit comments