Opened 3 years ago

Last modified 9 months ago

#16899 new bug

[HaikuDepot] Fatal errors are not localised

Reported by: diver Owned by: apl-haiku
Priority: normal Milestone: Unscheduled
Component: Applications/HaikuDepot Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description (last modified by diver)

/haiku/src> grep -rnI Fatal.error
apps/haikudepot/model/PackageManager.cpp:154:                           "Fatal error occurred while installing package %s: "
apps/haikudepot/model/PackageManager.cpp:157:                   BAlert* alert(new(std::nothrow) BAlert(B_TRANSLATE("Fatal error"),
apps/haikudepot/model/PackageManager.cpp:278:                           "Fatal error occurred while uninstalling package %s: "
apps/haikudepot/model/PackageManager.cpp:281:                   BAlert* alert(new(std::nothrow) BAlert(B_TRANSLATE("Fatal error"),
apps/haikudepot/model/PackageManager.cpp:669:           HDERROR("Fatal error occurred while refreshing repository: "
apps/haikudepot/model/PackageManager.cpp:691:           HDERROR("Fatal error occurred while downloading package: "

Change History (2)

comment:1 by diver, 3 years ago

Description: modified (diff)

comment:2 by apl-haiku, 3 years ago

Don't worry about the HDERROR lines as they are logging only and I don't think it makes any sense to localize that material. In other cases yes these should be localized. If anybody else is looking at this, please don't make changes at the time of writing as I am refactoring this area!

Note: See TracTickets for help on using tickets.