eternagame / eternagame.org

Website for the Eterna citizen science game
https://eternagame.org
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

refactor some translations (i18n) #165

Open agarg5 opened 4 years ago

agarg5 commented 4 years ago

There are some instances where for example we want a phrase in static text italicized. Currently, we have a separate i18n key for the italicized and italicized text.

We can simplify this by using interpolation. Investigate where this might be applicable, if it works well with existing translations, and if adding this change would simplify things for future translations.