Skip to content

Commit

Permalink
update french translation
Browse files Browse the repository at this point in the history
  • Loading branch information
gsemet committed Jan 5, 2018
1 parent db83653 commit 3875ada
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 425 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ push: githook
clean: rm-dists
@pipenv --rm ; true
@find . -name "*.pyc" -exec rm -f {} \;
@rm -rf .venv .eggs *.egg-info *.pot
@rm -rf .venv .eggs *.egg-info po/*.pot
@echo "clean successful"


Expand All @@ -149,6 +149,8 @@ update-po:
mv "$$f.new" $$f; \
done;

pot: update-po

generate-mo:
for f in $$(find po -iname "*.po"); do \
l="$${f%%.*}"; \
Expand Down
1 change: 0 additions & 1 deletion git-hooks/post-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[ -z "$REVRANGE" ] && REVRANGE="master..HEAD^1"


# get a list of changed files, used below; this uses a tempfile to work around
# shell behavior when piping to 'while'
tempfile=$(mktemp -t tmp.XXXXXX)
Expand Down
Loading

0 comments on commit 3875ada

Please sign in to comment.