We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66ce7b commit 2e12105Copy full SHA for 2e12105
scripts/generateLocales.ts
@@ -31,7 +31,7 @@ const autoGeneratedCommentHeader = `/*
31
* Run '${scriptCommand}' to update.
32
*/`;
33
34
-for (let locale of locales) {
+for (const locale of locales) {
35
const localeDef: LocaleDefinition = require('../src/locales/' +
36
locale).default;
37
const localeTitle = localeDef.title;
0 commit comments