diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/generateLocales.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generateLocales.ts b/scripts/generateLocales.ts index 9fd3256b..fbed8821 100644 --- a/scripts/generateLocales.ts +++ b/scripts/generateLocales.ts @@ -173,7 +173,7 @@ function generateLocalesIndexFile( content.push( `import type { ${type.replace(/\[.*/, '')} } from '..${'/..'.repeat( depth - )}';\n` + )}';` ); } content.push( |
