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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/localization/README.md')
-rw-r--r--resources/localization/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/localization/README.md b/resources/localization/README.md
index ebc9fbd7c..215704099 100644
--- a/resources/localization/README.md
+++ b/resources/localization/README.md
@@ -17,7 +17,7 @@ Useful tools:
* windows:
* [python](https://www.python.org/)
- * [gettext](http://gnuwin32.sourceforge.net/downlinks/gettext.php)
+ * [gettext](https://sourceforge.net/projects/cppcms/files/boost_locale/gettext_for_windows/gettext-tools-static-0.18.1.1.zip/download). Note: You need to add it to your PATH afteward (or copy all files into your C:\Windows\system32)
* linux:
* python: make sure you can execute python3, install it if it isn't here.
* gettext: if you can't execute msgfmt, install the package 'gettext'