From 6ab34e41b2d7fa3b6c6ac770e62cdd3ef1fd6d0f Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 13 Mar 2020 11:28:45 -0600 Subject: build: generalize generation mechanism to all submodules Signed-off-by: Jason A. Donenfeld --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f0b18455..793eec4b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ To translate WireGuard UI to your language: 3. Configure and run `build` to prepare initial `locales\\messages.gotext.json` file: ``` - C:\Projects\wireguard-windows> set GenerateLocalizations=yes + C:\Projects\wireguard-windows> set GoGenerate=yes C:\Projects\wireguard-windows> build C:\Projects\wireguard-windows> copy locales\\out.gotext.json locales\\messages.gotext.json ``` -- cgit v1.2.3-59-g8ed1b