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\)'
|
FIND_LIB = find -regex '.*\.\(so\)'
|
||||||
FILES_LIB = `$(FIND_LIB)`
|
FILES_LIB = `$(FIND_LIB)`
|
||||||
|
|
||||||
|
LANGS = fr pt_BR
|
||||||
SCRIPTS = \
|
SCRIPTS = \
|
||||||
scripts/gajim
|
scripts/gajim
|
||||||
|
|
||||||
all:
|
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;)
|
$(foreach sdir, $(MODULES), make -C $(sdir) all;)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue