GeopJr / Tuba

Browse the Fediverse
https://tuba.geopjr.dev/
GNU General Public License v3.0
557 stars 60 forks source link

ui: Fix translatable usage #889

Closed yakushabb closed 6 months ago

yakushabb commented 6 months ago

Marking translatable="yes" or translatable="1" actually achieves the same result, but almost all projects use the first one.

It's good to follow common practices.

GeopJr commented 6 months ago

LGTM, thanks!