Skip to content

Commit

Permalink
chore: merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed May 18, 2022
2 parents c888b59 + 3af4833 commit d7439bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generateLocales.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ function generateLocalesIndexFile(
let modules = readdirSync(path);
modules = removeIndexTs(modules);
modules = removeTsSuffix(modules);
modules.sort();

const content = [autoGeneratedCommentHeader];
let fieldType = '';
Expand Down

0 comments on commit d7439bf

Please sign in to comment.