mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-19 11:12:00 +10:00
fix(i18n): delete local translations
This commit is contained in:
@ -42,6 +42,9 @@ export const configSchema = z.object({
|
||||
// Sentry
|
||||
SENTRY_DSN: z.string().url().startsWith("https://").optional(),
|
||||
|
||||
// Crowdin (Optional)
|
||||
CROWDIN_DISTRIBUTION_HASH: z.string().optional(),
|
||||
|
||||
// GitHub (OAuth)
|
||||
GITHUB_CLIENT_ID: z.string().optional(),
|
||||
GITHUB_CLIENT_SECRET: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user