From b350c74386a3c0b7cd894ea589d3e399fd919515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20No=C3=ABl?= Date: Fri, 31 Aug 2018 09:41:30 +0200 Subject: i18n: add release note snippet --- docs/markdown/snippets/i18n_variable_substitution.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 docs/markdown/snippets/i18n_variable_substitution.md (limited to 'docs/markdown/snippets') 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. -- cgit v1.1