SavedInstances

SavedInstances

11M Downloads

CurseForge localization broken due to packager misbehaving

rdw-software opened this issue ยท 2 comments

commented

Users are already posting errors, see here and here.

The CF packager has plenty of bugs that have been around for months, such as those reported here and here. There are likely others. One of those has caused the recent alpha build to break, because of multi-line phrases without a translation (as mentioned in the last link, point 2.)

I'm not sure if this can be fixed by setting handle-unlocalized, but since "blank" is the default behaviour, perhaps one of the alternatives works here:

  • handle-unlocalized - what to do when you have an unlocalized string.

    if "english", then it will output the english value.
    if "comment", then it will output the english value, but comment it out the line.
    if "blank" (default), then it will output "", but comment out the line.
    if "ignore", then no line will be printed out.

commented

I think "english" is the best idea

commented

Did that now, latest alpha should be good.