From 96fdc246cc901a4c4ce6a28bab681fda2cff355b Mon Sep 17 00:00:00 2001 From: Brennan Angel Date: Wed, 25 May 2022 11:00:20 -0500 Subject: [PATCH] Fix outdated i18n warnings flag mention on the multilingual page --- content/en/content-management/multilingual.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/content-management/multilingual.md b/content/en/content-management/multilingual.md index 82d95f6f1..2eeb1aa1b 100644 --- a/content/en/content-management/multilingual.md +++ b/content/en/content-management/multilingual.md @@ -544,10 +544,10 @@ Hugo will generate your website with these missing translation placeholders. It For merging of content from other languages (i.e. missing content translations), see [lang.Merge]. -To track down missing translation strings, run Hugo with the `--i18n-warnings` flag: +To track down missing translation strings, run Hugo with the `--printI18nWarnings` flag: ```bash -hugo --i18n-warnings | grep i18n +hugo --printI18nWarnings | grep i18n i18n|MISSING_TRANSLATION|en|wordCount ```