diff options
Diffstat (limited to 'docs/markdown')
-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. |