Quark Oddities

Quark Oddities

27M Downloads

Suggestion: Ability to change the date format of the screenshot overlay

Regnander opened this issue · 2 comments

commented

While updating my translation of this mod, I realized that the date format used for the screenshot overlay is hard-coded:

overlayText = new SimpleDateFormat("MM/dd/yyyy").format(new Date(System.currentTimeMillis()));

Being able to modify this in the language file would be great given how the format varies by country – for reference, we use DD/MM/YYYY here in Sweden.

2023-07-08_17 31 26