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

github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Deininger <andreas@deininger.net>2022-06-16 14:11:54 +0300
committerGitHub <noreply@github.com>2022-06-16 14:11:54 +0300
commit8cce03b2134bfa493e6129799effe9f1a1b65ae6 (patch)
treeda75fa5ed82b833dbb411a395f986809759a174b /userguide
parentf45c98f027b35c3c58708a987b479c9a21fed8a5 (diff)
User guide: correct outdated flag --i18n-warnings (#1034)
Co-authored-by: LisaFC <lcarey@google.com>
Diffstat (limited to 'userguide')
-rw-r--r--userguide/content/en/docs/Language/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/userguide/content/en/docs/Language/_index.md b/userguide/content/en/docs/Language/_index.md
index c600dfd..fd5bbcb 100644
--- a/userguide/content/en/docs/Language/_index.md
+++ b/userguide/content/en/docs/Language/_index.md
@@ -103,5 +103,5 @@ All UI strings (text for buttons etc.) are bundled inside `/i18n` in the theme,
If your chosen language isn't currently in the theme and you create your own `.toml` file for all the common UI strings (for example, if you translate the UI text into Japanese and create a copy of `en.toml` called `jp.toml`), we recommend you do this **in the theme** rather than in your own project, so it can be reused by others. Any additional strings or overridden values can be added to your project's `/i18n` folder.
{{% alert title="Hugo Tip" %}}
-Run `hugo server --i18n-warnings` when doing translation work, as it will give you warnings on what strings are missing.
+Run `hugo server --printI18nWarnings` when doing translation work, as it will give you warnings on what strings are missing.
{{% /alert %}}