diff options
author | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-03-20 22:54:38 +0900 |
---|---|---|
committer | INOUE Daisuke <inoue.daisuke@gmail.com> | 2025-04-08 22:20:19 +0900 |
commit | f2ee19f15a78125a1dc2ba8b9c175dd9831e5700 (patch) | |
tree | 30ce4b3c79f241abbd5bdd82ed0d0ed95a449006 /src/app.ts | |
parent | b6c5301bef843eab1262faca8548df204908b663 (diff) |
hidden attendees (? people)
Diffstat (limited to 'src/app.ts')
-rwxr-xr-x | src/app.ts | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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); |