From 89be12a89fee8e235659d63c49c07340f753fa34 Mon Sep 17 00:00:00 2001 From: Alexandre Podlewski Date: Wed, 18 Oct 2023 16:40:25 +0200 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cd66af9..b45816a 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,11 @@ $ ad_localize --auto-escape-percent $ ad_localize -l fr,en ``` +* Keep extra spaces before and after translated values +``` +$ ad_localize --skip-value-stripping +``` + ### In a Ruby program There are many possibilities when using AdLocalize in a ruby program. You can add support to your own wording format, support other platforms, select which locales you want to export, generate wording file content without writing on the disk and many more.