Merge commit 'e4bfe59c4e043c92d3992587d8c64d264b262a22'

This commit is contained in:
Bjørn Erik Pedersen
2022-05-31 10:22:05 +02:00
4 changed files with 52 additions and 45 deletions

View File

@@ -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
```