Add webhook logging, pagination, middleware, migrations, and prod hardening
- Webhook event logging repo and subscription webhook idempotency - Pagination helper (echohelpers) with cursor/offset support - Request ID and structured logging middleware - Push client improvements (FCM HTTP v1, better error handling) - Task model version column, business constraint migrations, targeted indexes - Expanded categorization chain tests - Email service and config hardening - CI workflow updates, .gitignore additions, .env.example updates Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -16,7 +16,7 @@ var translationFS embed.FS
|
||||
var Bundle *i18n.Bundle
|
||||
|
||||
// SupportedLanguages lists all supported language codes
|
||||
var SupportedLanguages = []string{"en", "es", "fr", "de", "pt"}
|
||||
var SupportedLanguages = []string{"en", "es", "fr", "de", "pt", "it", "ja", "ko", "nl", "zh"}
|
||||
|
||||
// DefaultLanguage is the fallback language
|
||||
const DefaultLanguage = "en"
|
||||
|
||||
Reference in New Issue
Block a user