mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-24 19:49:19 -05:00
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:
committed by
GitHub
parent
924132287e
commit
dc1ee72594
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user