mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-21 18:27:53 +02:00
✨ Use message queue for emails (#1446)
This commit is contained in:
parent
673fc79801
commit
a452e5b764
12 changed files with 150 additions and 35 deletions
2
packages/emails/i18next.d.ts
vendored
2
packages/emails/i18next.d.ts
vendored
|
@ -1,6 +1,6 @@
|
|||
import "i18next";
|
||||
|
||||
import emails from "./locales/en/emails.json";
|
||||
import type emails from "./locales/en/emails.json";
|
||||
|
||||
interface I18nNamespaces {
|
||||
emails: typeof emails;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue