New or changed features
-
FTB API location has changed
MultiMC now uses the new location and should keep working.
-
Translations have been overhauled, again
It is now possible to put the translation source
.po
files into thetranslations
folder and see changes in MultiMC immediately.The new translation workflow is like this:
- Get a
.po
file from here the translations repository. - Alternatively, get the
template.pot
and start a new translation based on it. - Put it in the
translations
folder. - Edit it with POEdit.
- See the changes in real time.
- When done, post the changed files on discord, or github.
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. - Get a