Skip to content

Commit

Permalink
Update Windows Gettext installation instructions
Browse files Browse the repository at this point in the history
Per the discussion in #1394.

Fixes #1394.
  • Loading branch information
mgeisler authored Nov 5, 2023
1 parent 9ddc51a commit 6b6e252
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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._
Expand All @@ -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

Expand Down

0 comments on commit 6b6e252

Please sign in to comment.