diff options
author | Dylan Baker <[email protected]> | 2018-10-22 19:33:08 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2018-10-31 16:37:12 -0700 |
commit | a8004ef03ec1320867b02d7b09c9cf68a7cdef5b (patch) | |
tree | 4a4887f007649bc6b46584f2ba3b7a1d2c0002d2 /docs/meson.html | |
parent | 0621e91a8c975e34f2c2092ad3013d6ff81b5ac2 (diff) |
docs/meson: Add note about update translations
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs/meson.html')
-rw-r--r-- | docs/meson.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/meson.html b/docs/meson.html index ece64673107..68f80d6ac42 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -95,6 +95,13 @@ each configuration you want to build recommended in the documentation</a> </p> +<p> +Autotools automatically updates translation files as part of the build process, +meson does not do this. Instead if you want translated drirc files you will need +to invoke non-default targets for ninja to update them: +<code>ninja -C build/ xmlpool-pot xmlpool-update-po xmlpool-gmo</code> +</p> + <dl> <dt><code>Environment Variables</code></dt> <dd><p>Meson supports the standard CC and CXX environment variables for |