diff options
author | Corentin Noël <corentin@elementary.io> | 2018-08-31 09:41:30 +0200 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2018-09-03 22:34:22 -0700 |
commit | b350c74386a3c0b7cd894ea589d3e399fd919515 (patch) | |
tree | 28c1155c76797f4c5d13e9d40a31ab5a54ed4fd6 /docs/markdown/snippets | |
parent | 176af2c8c33e79732680ebb1e2a25b5cd7a51bb9 (diff) | |
download | meson-b350c74386a3c0b7cd894ea589d3e399fd919515.zip meson-b350c74386a3c0b7cd894ea589d3e399fd919515.tar.gz meson-b350c74386a3c0b7cd894ea589d3e399fd919515.tar.bz2 |
i18n: add release note snippet
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/i18n_variable_substitution.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/markdown/snippets/i18n_variable_substitution.md b/docs/markdown/snippets/i18n_variable_substitution.md new file mode 100644 index 0000000..b58f62a --- /dev/null +++ b/docs/markdown/snippets/i18n_variable_substitution.md @@ -0,0 +1,4 @@ +## i18n.merge_file() now fully supports variable substitutions defined in custom_target() + +Filename substitutions like @BASENAME@ and @PLAINNAME@ were previously accepted but the name of the build target wasn't altered leading to colliding target names when using the substitution twice. +i18n.merge_file() now behaves as custom_target() in this regard. |