summaryrefslogtreecommitdiff
path: root/docs/markdown/Localisation.md
AgeCommit message (Collapse)Author
2022-04-24docs: Remove deprecated meson.source_root() from localisation page exampleSimon Arlott
Meson already supplies the same value
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-06-30Replaced `ninja` with `meson` [skip ci]TheQwertiest
2019-11-06Fix typos found by codespellWolfgang Stöggl
- Typos were found by codespell v1.16.0
2018-02-07Add GETTEXT_PACKAGE as project argumentPeter Uithoven
2018-01-31Localisation documentation alternativePeter Uithoven
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-24docs: fix typos in Localization.mdLuca Mattiello
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade
Upper or lower case depending on the official spelling, or the more consistent usage.
2017-05-03docs: add a short description for all top pages in the ManualPeter Hutterer
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier
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.