svsticky / constipated-koala

Management system for our study association
https://koala.svsticky.nl/
GNU General Public License v3.0
16 stars 4 forks source link

limit export of translations with i18n to actually used ones #971

Closed Riscky closed 2 years ago

Riscky commented 2 years ago

fixes #955

This instructs i18n-js to limit the exported translations to the keys we actually use in javascript. This doesn't prevent exporting some translations we don't use, but at least limits the size of the file with a factor 50 (1.6M to 34K)