openSUSE / libzypp

ZYpp Package Management library
http://doc.opensuse.org/projects/libzypp/HEAD/
Other
116 stars 82 forks source link

zypp-tui: Make sure translated texts use the correct textdomain #553

Closed mlandres closed 4 months ago

mlandres commented 4 months ago

Public header files must not expose zypp-core/base/Gettext.h! (any!, not just zypp-tui's)

Otherwise our gettext macros may accidentally overwrite the application's macros, or get overwritten by the application's. Both leads to text being looked up in the wrong textdomain.