diff options
author | TingPing <tingping@tingping.se> | 2017-11-13 13:00:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-13 13:00:49 -0500 |
commit | 9b36e2d509e95131f9fd2ad0dfcc77321834d5ce (patch) | |
tree | 80e7ae5bfad4e4ca851372cbc4ff69b0e10173eb | |
parent | 6e98e0c61141a3186a746d5e080226cc4172803d (diff) | |
download | meson-9b36e2d509e95131f9fd2ad0dfcc77321834d5ce.zip meson-9b36e2d509e95131f9fd2ad0dfcc77321834d5ce.tar.gz meson-9b36e2d509e95131f9fd2ad0dfcc77321834d5ce.tar.bz2 |
docs: Remove extra whitespace from i18n
-rw-r--r-- | docs/markdown/i18n-module.md | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/markdown/i18n-module.md b/docs/markdown/i18n-module.md index 1144e29..8fb650a 100644 --- a/docs/markdown/i18n-module.md +++ b/docs/markdown/i18n-module.md @@ -17,21 +17,17 @@ argument which is the name of the gettext module. * `args`: list of extra arguments to pass to `xgettext` when generating the pot file - * `data_dirs`: (*Added 0.36.0*) list of directories to be set for `GETTEXTDATADIRS` env var (Requires gettext 0.19.8+), used for local its files - * `languages`: list of languages that are to be generated. As of 0.37.0 this is optional and the [LINGUAS](https://www.gnu.org/software/gettext/manual/html_node/po_002fLINGUAS.html) file is read. - * `preset`: (*Added 0.37.0*) name of a preset list of arguments, current option is `'glib'`, see [source](https://github.com/mesonbuild/meson/blob/master/mesonbuild/modules/i18n.py) for for their value - * `install`: (*Added 0.43.0*) if false, do not install the built translations. This function also defines targets for maintainers to use: |