I think it's a suggestion that might be worth trying.
Stuff like that could be translated: https://github.com/MarioSMB/modpack/blob/master/mod/common/notifications.qh#L17
More info about the translation features that xonotic-data.pk3dir contains:
The way translation files are generated require that anything inside _() must be a literal.
xgettext expects strings to be inside _() in the .qc and .qh files.
It will require transifex to connect to the repository.
I think it's a suggestion that might be worth trying.
Stuff like that could be translated: https://github.com/MarioSMB/modpack/blob/master/mod/common/notifications.qh#L17
More info about the translation features that xonotic-data.pk3dir contains:
The way translation files are generated require that anything inside
_()must be a literal.xgettext expects strings to be inside
_()in the .qcand.qhfiles.It will require transifex to connect to the repository.