Skip to content

Commit

Permalink
Merge pull request #899 from edemo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
György Peng authored Jan 18, 2017
2 parents 87cab5d + c3534ba commit daafedb
Show file tree
Hide file tree
Showing 135 changed files with 258 additions and 703 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ doc/xml
doc/screenshots
.coverage
.settings
messages.pot
tmp/
lib/
doc/static
Expand Down
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ doc/html/documentation.html: lib/saxon9he.jar doc/html/documentation.docbook doc
always:

messages.pot: always
rm -f messages.pot
touch messages.pot
xgettext -L Python -j --package-name=PDOauth -o messages.pot src/pdoauth/Messages.py
xgettext -L javascript -j --from-code=utf-8 --package-name=PDOauth -o messages.pot static/js/*.js

Expand Down
Loading

0 comments on commit daafedb

Please sign in to comment.