Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrennan Angel <brennan.angel@gmail.com>2022-05-25 19:00:20 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-25 20:31:15 +0300
commit96fdc246cc901a4c4ce6a28bab681fda2cff355b (patch)
treea4f096577defd6d0a0a112e10e942aa277c4a74b
parent39d1973453c604a0054a16e3dd32b4a51e0b98b1 (diff)
Fix outdated i18n warnings flag mention on the multilingual page
-rw-r--r--content/en/content-management/multilingual.md4
1 files 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
```