1 # Warning: do not transform tabs to spaces in this file.
5 core_mo = $(patsubst %.po,%.mo,$(wildcard locale/*/LC_MESSAGES/statusnet.po))
6 plugin_mo = $(patsubst %.po,%.mo,$(wildcard plugins/*/locale/*/LC_MESSAGES/*.po))
8 translations : $(core_mo) $(plugin_mo)
11 rm -f $(core_mo) $(plugin_mo)
14 php scripts/update_po_templates.php --all