paper-plane
paper-plane copied to clipboard
Move away from gettext macros
gettext!() macros are not actually extracted from gettext and they have been removed from gettext-rs. We need to replace them with normal gettext() functions.
I did some hacky script to semi-overcome it https://github.com/SeaDve/scripts
@melix99 This can be closed, correct?
@marhkb Nope, there are still some instances of gettext! around the code.