summaryrefslogtreecommitdiff
path: root/docs/markdown/Localisation.md
AgeCommit message (Collapse)Author
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.