chore: translation management revamp (scope 1) (#7733)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Johannes <johannes@formbricks.com>
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
This commit is contained in:
Dhruwang Jariwala
2026-04-16 16:48:48 +05:30
committed by GitHub
parent 924132287e
commit dc1ee72594
72 changed files with 2183 additions and 1556 deletions
+1 -1
View File
@@ -3882,7 +3882,7 @@ export interface TSurveyDates {
export type TSurveyCreateInput = z.input<typeof ZSurveyCreateInput>;
export type TSurveyEditorTabs = "elements" | "settings" | "styling" | "followUps";
export type TSurveyEditorTabs = "elements" | "styling" | "language" | "settings" | "followUps";
export const ZSurveyElementSummaryOpenText = z.object({
type: z.literal(TSurveyElementTypeEnum.OpenText),