func handleUpdateSourceI18n(exec boil.Executor, id int64, i18ns []*models.SourceI18n) (*Source, *HttpError) {
    source, err := handleGetSource(exec, id)
    if err != nil {
        return nil, err
    }