feat: localize interview questions (ko/en), send X-Lang header
This commit is contained in:
@@ -44,7 +44,7 @@ func (s *Service) CreateSession(_ context.Context, input CreateSessionInput) (Se
|
||||
TargetRole: input.TargetRole,
|
||||
Stack: append([]string(nil), input.Stack...),
|
||||
InterviewTimeline: input.InterviewTimeline,
|
||||
Questions: BackendDeveloperQuestions(),
|
||||
Questions: BackendDeveloperQuestions(input.Lang),
|
||||
CreatedAt: time.Now().UTC(),
|
||||
}
|
||||
if s.memory != nil {
|
||||
|
||||
Reference in New Issue
Block a user