Skip to content

0.6.4 - Update for a better translation workflow, and new FTB API location.

Compare
Choose a tag to compare
@peterix peterix released this 21 Feb 00:21
· 938 commits to develop since this release

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 the translations 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.