You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: changelog.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# MultiMC 0.6.3
1
+
# MultiMC 0.6.4
2
2
3
-
Update for a better trasnlation workflow, and new FTB API location.
3
+
Update for a better translation workflow, and new FTB API location.
4
4
5
5
## New or changed features
6
6
@@ -12,14 +12,15 @@ Update for a better trasnlation workflow, and new FTB API location.
12
12
13
13
It is now possible to put the translation source `.po` files into the `translations` folder and see changes in MultiMC immediately.
14
14
15
-
* Get `.po` file from here: https://github.com/MultiMC/MultiMC5-translate
16
-
* Put it in the `translations` folder
17
-
* Edit it with [POEdit](https://poedit.net/)
18
-
* See the changes in real time
15
+
The new translation workflow is like this:
16
+
* Get a `.po` file from here the [translations repository](https://github.com/MultiMC/MultiMC5-translate).
17
+
* Alternatively, get the `template.pot` and start a new translation based on it.
18
+
* Put it in the `translations` folder.
19
+
* Edit it with [POEdit](https://poedit.net/).
20
+
* See the changes in real time.
21
+
* When done, post the changed files on discord, or github.
19
22
20
-
MultiMC also logs which strings are missing from the translation on the currently displayed UI screen(s), and which one are marked as fuzzy.
21
-
22
-
- Instance creation can now be interrupted / aborted.
23
+
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.
0 commit comments