Skip to content

Commit 8e07783

Browse files
committed
#3510 resolved
1 parent 81eb18c commit 8e07783

File tree

17 files changed

+5329
-4251
lines changed

17 files changed

+5329
-4251
lines changed

.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,7 @@ S3_BUCKET_URL_BASE=<alt-for-s3-url>
2929
SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production
3030
TRANSLATIONS_ENABLED=true
3131
UI_ACCESS_TOKEN_ENABLED=false
32+
3233
UPLOAD_LIMIT=250000000
34+
35+

server/utils/mail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import mg from 'nodemailer-mailgun-transport';
33
import { RenderedMailerData } from '../types/email';
44

55
if (!process.env.MAILGUN_KEY) {
6-
throw new Error('Mailgun key missing');
6+
console.warn("Mailgun key missing - email features disabled");
77
}
88

99
const auth = {

translations/locales/bn/translations.json

Lines changed: 330 additions & 251 deletions
Large diffs are not rendered by default.

translations/locales/de/translations.json

Lines changed: 340 additions & 246 deletions
Large diffs are not rendered by default.

translations/locales/es-419/translations.json

Lines changed: 129 additions & 39 deletions
Large diffs are not rendered by default.

translations/locales/fr-CA/translations.json

Lines changed: 696 additions & 608 deletions
Large diffs are not rendered by default.

translations/locales/hi/translations.json

Lines changed: 694 additions & 666 deletions
Large diffs are not rendered by default.

translations/locales/it/translations.json

Lines changed: 343 additions & 268 deletions
Large diffs are not rendered by default.

translations/locales/ja/translations.json

Lines changed: 687 additions & 603 deletions
Large diffs are not rendered by default.

translations/locales/ko/translations.json

Lines changed: 476 additions & 366 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)