From 04b10fedda0142ab16f3dc8af7694dc67c237047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Oudemans?= <31566929+remyoudemans@users.noreply.github.com> Date: Thu, 20 Feb 2020 14:57:26 +0100 Subject: [PATCH] Clarify how to use translate to substitute --- docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 27e15c0..a6fdf11 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -113,7 +113,7 @@ filter plugins. * Default value is `"translation"` The destination field you wish to populate with the translated code. The default -is a field named `translation`. Set this to the same value as source if you want +is a field named `translation`. Set this to the same value as source (with `override => true`) if you want to do a substitution, in this case filter will allways succeed. This will clobber the old value of the source field!