Skip to content

Mark missing strings translateable

Gabriel Brand requested to merge gabrbrand/bustle:translatable-strings into main

Plural strings marked with ngettext_f aren't recognized by gettext. ("Logged {n_messages} message", "Logged {n_messages} messages")

It probably needs to be added to po/meson.build in some way.

Merge request reports