summaryrefslogtreecommitdiff
path: root/src/app.ts
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-03-20 22:54:38 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:20:19 +0900
commitf2ee19f15a78125a1dc2ba8b9c175dd9831e5700 (patch)
tree30ce4b3c79f241abbd5bdd82ed0d0ed95a449006 /src/app.ts
parentb6c5301bef843eab1262faca8548df204908b663 (diff)
hidden attendees (? people)
Diffstat (limited to 'src/app.ts')
-rwxr-xr-xsrc/app.ts6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/app.ts b/src/app.ts
index 9828905..9301484 100755
--- a/src/app.ts
+++ b/src/app.ts
@@ -125,12 +125,6 @@ async function initializeApp() {
console.error('handlebars-i18next helper is not properly loaded');
}
-
- (hbsInstance.handlebars as typeof Handlebars).registerHelper('pluralize', function(count: number, key: string, options: any) {
- const translation = i18next.t(key, { count: count });
- return translation;
- });
-
app.engine("handlebars", hbsInstance.engine);
app.set("view engine", "handlebars");
app.set("hbsInstance", hbsInstance);