e-valuation / EvaP

a university course evaluation system written in Python using Django
Other
95 stars 146 forks source link

Bilingual RewardPointRedemptionEvent names #2175

Open janno42 opened 2 months ago

janno42 commented 2 months ago

RewardPointRedemptionEvents should have two attributes name_de and name_en like other entities on EvaP and name should be name = translate(en="name_en", de="name_de").

This requires changes in the model and in the RewardPointRedemptionEventForm.