Skip to content

Roadmap: new structure

erciccione requested to merge erciccione/monero-site:roadmap-i18n into master

Based on !1231 (merged)

This is a major refactor + some changase to make the structure of the roadmap scalable for a multi-language website and to make possible to add it to Weblate as a new component.

In summary:

  • Changed 'completed', 'ongoing' and 'upcoming' icons to emojis (#1057 (closed))
  • Refactored CSS and yaml files to make the roadmap scalable and compatible with Weblate (#1067 (closed))
  • Added "GUI 0.15.0.4 released" to March 2020 (#1070 (closed))
  • Removed dates and replaced with h3 headers showing months

All languages have now the new structured roadmap. I started to transfer the translated strings of the old roadmap to this new one, but it's impossible for me to do it for all languages, since the order of some entries is different and i don't want to risk to add a translation to the wrong string. The roadmap in these languages will need to be retranslated or a translator who will manually replace the strings with the correct translations.

I will add the roadmap to Weblate right after this MR is merged.

Marking it WIP to give people the possibility to start reviewing the changes while i work on the other languages (where possible).

Preview:
Screenshot_2020-03-16__Roadmap_
Screenshot_2020-03-16__Roadmap__1_

Fixes #1057 (closed), #1067 (closed) and #1070 (closed)

Edited by erciccione

Merge request reports