cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
388 stars 34 forks source link

Add more strings for translation #331

Closed oscfdezdz closed 1 year ago

oscfdezdz commented 1 year ago

translator-credits is a reserved keyword, so it won't be displayed by default.

oscfdezdz commented 1 year ago

dd78993a0306aab5f984af20e140c9de56b0918a solution is based on https://docs.python.org/3/library/gettext.html#deferred-translations

I think there's no other string left in the UI unmarked for translation.

oscfdezdz commented 1 year ago

I also tried to use https://docs.python.org/3/library/gettext.html#gettext.dgettext but it didn't work.

cvfosammmm commented 1 year ago

Page formats and document types should not be translated, because they are names of things.

cvfosammmm commented 1 year ago

thanks