mate-desktop / mate-themes

Official themes for the MATE desktop
https://mate-desktop.org
GNU Lesser General Public License v2.1
76 stars 45 forks source link

build: allow users to disable gettext support (--disable-nls) #286

Closed rbuj closed 3 years ago

rbuj commented 3 years ago

With NLS

$ find . -name *.theme -exec du -ch {} + | grep total
72K total

Without NLS

$ find . -name *.theme -exec du -ch {} + | grep total
52K total