Skip to content
Snippets Groups Projects
Commit 995b4d64 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

brezilian translation (thanks junix)

parent 3967d117
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,14 @@ DIRS = `$(FIND) -exec dirname {} \; | sort -u`
FIND_LIB = find -regex '.*\.\(so\)'
FILES_LIB = `$(FIND_LIB)`
LANGS = fr pt_BR
SCRIPTS = \
scripts/gajim
all:
msgfmt Messages/fr/LC_MESSAGES/gajim.po -o Messages/fr/LC_MESSAGES/gajim.mo
for l in $(LANGS) ; do \
msgfmt Messages/$$l/LC_MESSAGES/gajim.po -o Messages/$$l/LC_MESSAGES/gajim.mo; \
done
$(foreach sdir, $(MODULES), make -C $(sdir) all;)
clean:
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment