aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/generateLocales.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generateLocales.ts b/scripts/generateLocales.ts
index 2af0c46a..f92bc508 100644
--- a/scripts/generateLocales.ts
+++ b/scripts/generateLocales.ts
@@ -126,7 +126,7 @@ function generateLocaleFile(locale: string): void {
}
}
- // TODO christopher 2023-03-07: Remove 'en' fallback in a separate PR
+ // TODO @Shinigami92 2023-03-07: Remove 'en' fallback in a separate PR
if (locales[locales.length - 1] !== 'en' && locale !== 'base') {
locales.push('en');
}