brezilian translation (thanks junix)
This commit is contained in:
parent
3967d11750
commit
995b4d6484
5
Makefile
5
Makefile
|
@ -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:
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue