I have a suggestion
1.if resume max translations per block is N, fee per translation is 0.1, exclude the translation fee ,the delegate also can get some fee for creating block ,but this fee is calculation by formulation
addtional fee =(N-N_tx)*R*0.1
N: max translations per block
N_tx: translations of this block
R: a ratio 0<R<1
0.1 : this is equal as fee per translation
so the total fee = N_tx*0.1+(N-N_tx)*R*0.1
I reume R=0.25, N=100
1. if it is a empty block (no translation) the fee giving to delegate = 100*0.25*0.1=2.5
2. if it is a full block( include Max translation) the fee giving to delegate =100*0.1=10
you can see delegate can gain some fee even it is a empty block, and if the delegate want to gain more fee ,they must try to include more translations
as the following picture show ,the horizontal mean translalation in the block , and the vertical mean fees delegate gain.
there are five sulation ,they are R=0.1 , R=0.25 ,R=0.5 , R=0.75, R=1 .
