brezilian translation (thanks junix)

This commit is contained in:
Yann Leboulanger 2005-03-12 22:53:17 +00:00
parent 3967d11750
commit 995b4d6484
2 changed files with 1172 additions and 1 deletions

View File

@ -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