1.1 KiB
1.1 KiB
Contributing
Code
Fork the repository, make your changes, then create a pull request.
Translations
Weblate
The project can be translated on Weblate.
Manually
- Clone the repository.
- If it isn't already there, add your language to
/po/LINGUAS. - Create a new translation from the
/po/cartridges.potfile with a translation editor such as Poedit. - Save the file as
[YOUR LANGUAGE CODE].poto/po/. - Create a pull request with your translations.
Building
GNOME Builder
- Install GNOME Builder.
- Click "Clone Repository" with
https://github.com/kra-mo/cartridges.gitas the URL. - Click on the build button (hammer) at the top.
For Windows
- Install MSYS2.
- From the MSYS2 shell, install the required dependencies listed here.
- Build it via Meson
Meson
git clone https://github.com/kra-mo/cartridges.git
cd cartridges
meson setup build
ninja -C build install