Commit Graph

3 Commits

Author SHA1 Message Date
Alexander Batischev 00b395479c
Update numbers (and fix update-numbers.py)
Kudos to David Morley for the help:
https://gitlab.com/diasporg/poduptime/-/issues/69
2024-01-01 22:30:19 +03:00
ThatOneCalculator 0d9ca380c6
fix: calckey -> firefish 2023-08-06 12:46:51 -07:00
Alexander Batischev 6c9725133c
Add script for updating source/_data/numbers.json
The JSON it produces is slightly different from what we had before:

1. indentation is a bit different;
2. it uses non-breaking space as thousands separator. I discussed this
   with @lostinlight and persuaded her that NBSP is less confusing than
   commas, because different cultures use different separators;
3. `lastUpdate` uses a format like "27 Jun 2023" rather than "27/06/23".
   Again, I discussed this with @lostinlight and she agreed that the new
   format is less confusing.

Fixes #152.
2023-06-27 00:29:23 +03:00