From 2f93d9da383638b6d232ff8b3cae827ea4c80150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Cie=C5=9Blar?= Date: Thu, 10 Oct 2024 17:57:27 +0200 Subject: feat: add book module (#2949) --- scripts/generate-locales.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/generate-locales.ts b/scripts/generate-locales.ts index 7172ea89..e18bdb71 100644 --- a/scripts/generate-locales.ts +++ b/scripts/generate-locales.ts @@ -52,6 +52,7 @@ type DefinitionType = { const definitionsTypes: DefinitionType = { airline: 'AirlineDefinition', animal: 'AnimalDefinition', + book: 'BookDefinition', color: 'ColorDefinition', commerce: 'CommerceDefinition', company: 'CompanyDefinition', -- cgit v1.2.3