aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 793eec4b..6bda7f1e 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ To translate WireGuard UI to your language:
1. Upgrade `resources.rc` accordingly. Follow the pattern.
-2. Add your language ID to the `//go:generate go run golang.org/x/text/cmd/gotext ... -lang=en,<langID>...` line in `main.go`.
+2. Add your language ID to the `//go:generate ... -lang=en,<langID>...` line in `gotext.go`.
3. Configure and run `build` to prepare initial `locales\<langID>\messages.gotext.json` file: