Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-31 | Capitalize "Meson" consistently as it is a proper name. [skip ci] | Jussi Pakkanen | 1 | -2/+2 | |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -7/+33 | |
2020-06-30 | Replaced `ninja` with `meson` [skip ci] | TheQwertiest | 1 | -2/+2 | |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 1 | -1/+1 | |
- Typos were found by codespell v1.16.0 | |||||
2018-02-07 | Add GETTEXT_PACKAGE as project argument | Peter Uithoven | 1 | -2/+2 | |
2018-01-31 | Localisation documentation alternative | Peter Uithoven | 1 | -16/+36 | |
I had trouble figuring this out in a new project without the pot and po files. Seemed like there was a build in method to generate those. I understand that I might have made a few controversial choices like using a `LINGUAS` file and creating a sub `meson.build` file. I also don't fully understand why the `GETTEXT_PACKAGE` global wasn't mentioned. | |||||
2017-07-24 | docs: fix typos in Localization.md | Luca Mattiello | 1 | -1/+1 | |
2017-05-03 | doc: Fix several minor typos. | Elliott Sales de Andrade | 1 | -1/+1 | |
2017-05-03 | doc: Capitalize things more consistently. | Elliott Sales de Andrade | 1 | -5/+5 | |
Upper or lower case depending on the official spelling, or the more consistent usage. | |||||
2017-05-03 | docs: add a short description for all top pages in the Manual | Peter Hutterer | 1 | -0/+4 | |
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+36 | |
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it. |