README.md

fedora-cheat-cubes

Maintain and update Fedora Cheat Cubes

Rules

In a cube: the main font for text is Liberation Mono and for title Comfortaa. The size used must be the same in all the cube. Titles are centered, main text left aligned Between a command and its meaning, we use the utf8 symbol ► with color 0a57a4ff

Translation

This project is using itstool to support translation.

You can translate it in Fedora Cheat Cube projects inside the Fedora translation platform

An example with French to generate your localized svg file:

  • $ msgfmt ./po/Fedora_Cheat_Cube_Users.fr.po -o ./fr.mo
  • $ itstool -m ./fr.mo -o ./ ./users/Fedora_Cheat_Cube_Users.svg
  • $ rm ./fr.mo

Remember you can download po files directly from Zanata and don’t have to wait for a pull in this repository.