From 1720b80e7e586f9f1001fa03ba7859aaef7508b9 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Mon, 6 Nov 2023 22:05:13 +0100 Subject: [PATCH] Update Windows Gettext installation instructions (#1447) Per the discussion in #1394. Fixes #1394. --- CONTRIBUTING.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a62d0681..f3842bd8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,11 @@ brew install dprint yapf gettext ### Windows -On Windows, you can should use [Gettext binaries for Windows]. +On Windows, you can should install [Gettext tools for Windows]. + +Install `dprint` using their +[installation instructions](https://dprint.dev/install/) and install `rustfmt` +via `rustup`. > _TODO: fill in how to install `yapf` on Windows._ @@ -51,7 +55,7 @@ On Windows, you can should use [Gettext binaries for Windows]. [`yapf`]: https://github.com/google/yapf [`msgcat`]: https://www.gnu.org/software/gettext/manual/html_node/msgcat-Invocation.html [Homebrew]: https://brew.sh/ -[Gettext binaries for Windows]: https://mlocati.github.io/articles/gettext-iconv-windows.html +[Gettext tools for Windows]: https://github.com/vslavik/gettext-tools-windows/releases ## Contributor License Agreement