aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Localisation.md
AgeCommit message (Collapse)AuthorFilesLines
2021-01-31Capitalize "Meson" consistently as it is a proper name. [skip ci]Jussi Pakkanen1-2/+2
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen1-7/+33
2020-06-30Replaced `ninja` with `meson` [skip ci]TheQwertiest1-2/+2
2019-11-06Fix typos found by codespellWolfgang Stöggl1-1/+1
- Typos were found by codespell v1.16.0
2018-02-07Add GETTEXT_PACKAGE as project argumentPeter Uithoven1-2/+2
2018-01-31Localisation documentation alternativePeter Uithoven1-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-24docs: fix typos in Localization.mdLuca Mattiello1-1/+1
2017-05-03doc: Fix several minor typos.Elliott Sales de Andrade1-1/+1
2017-05-03doc: Capitalize things more consistently.Elliott Sales de Andrade1-5/+5
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 Hutterer1-0/+4
2017-04-26docs: Import the website and wiki and build with hotdocThibault Saunier1-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.