summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-01-06 22:54:00 +0100
committerPetr Mrázek <peterix@gmail.com>2019-01-06 22:54:00 +0100
commitd6ace374d8377a2184d27cc6c2921e950815dd8d (patch)
tree75e7fa9b17bd6cbf28c5b6bd3407eb34e4f9f360
parent6a21c043ce3b18b02ad49e67d1ee90fa026cdcdc (diff)
downloadMultiMC-d6ace374d8377a2184d27cc6c2921e950815dd8d.tar
MultiMC-d6ace374d8377a2184d27cc6c2921e950815dd8d.tar.gz
MultiMC-d6ace374d8377a2184d27cc6c2921e950815dd8d.tar.lz
MultiMC-d6ace374d8377a2184d27cc6c2921e950815dd8d.tar.xz
MultiMC-d6ace374d8377a2184d27cc6c2921e950815dd8d.zip
NOISSUE update changelog some more0.6.4
-rw-r--r--changelog.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/changelog.md b/changelog.md
index 74906528..fc28f306 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,6 +1,6 @@
-# MultiMC 0.6.3
+# MultiMC 0.6.4
-Update for a better trasnlation workflow, and new FTB API location.
+Update for a better translation workflow, and new FTB API location.
## New or changed features
@@ -12,14 +12,15 @@ Update for a better trasnlation workflow, and new FTB API location.
It is now possible to put the translation source `.po` files into the `translations` folder and see changes in MultiMC immediately.
- * Get `.po` file from here: https://github.com/MultiMC/MultiMC5-translate
- * Put it in the `translations` folder
- * Edit it with [POEdit](https://poedit.net/)
- * See the changes in real time
+ The new translation workflow is like this:
+ * Get a `.po` file from here the [translations repository](https://github.com/MultiMC/MultiMC5-translate).
+ * Alternatively, get the `template.pot` and start a new translation based on it.
+ * Put it in the `translations` folder.
+ * Edit it with [POEdit](https://poedit.net/).
+ * See the changes in real time.
+ * When done, post the changed files on discord, or github.
- MultiMC also logs which strings are missing from the translation on the currently displayed UI screen(s), and which one are marked as fuzzy.
-
-- Instance creation can now be interrupted / aborted.
+ When using a `.po` file, MultiMC logs which strings are missing from the translation on the currently displayed UI screen(s), and which one are marked as fuzzy. This should make it easy to determine what's important.
# Previous releases