aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-04-16 16:07:16 +0200
committerGitHub <[email protected]>2023-04-16 16:07:16 +0200
commit153e0ca29742c42814a97117f7d976f23e93c0d4 (patch)
tree1f31bce33275f3403790262a56760282f4e2901e /scripts
parentec4d428863a4aa670338b22439031495911fbd1b (diff)
downloadfaker-153e0ca29742c42814a97117f7d976f23e93c0d4.tar.xz
faker-153e0ca29742c42814a97117f7d976f23e93c0d4.zip
chore: unify todos (#2063)
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');
}