Skip to content

Commit

Permalink
lazy_gettext support
Browse files Browse the repository at this point in the history
bump up version
  • Loading branch information
markomanninen committed Apr 19, 2017
1 parent 45d2051 commit d978732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion hyml/ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
hy.HySymbol("ngettext"),
hy.HySymbol("N_"),
hy.HySymbol("lgettext"),
hy.HySymbol("lngettext")]
hy.HySymbol("lngettext"),
hy.HySymbol("lazy_gettext")]

# string and int are accepted as gettext messages
def is_message(expr):
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
'hyml': ['*.hy']
},

version = 'v0.2.9',
version = 'v0.2.10',
description = 'HyML - XML / (X)HTML generator for Hy',
author = 'Marko Manninen',
author_email = '[email protected]',

url = 'https://github.com/markomanninen/hyml',
download_url = 'https://github.com/markomanninen/hyml/archive/v0.2.9.tar.gz',
download_url = 'https://github.com/markomanninen/hyml/archive/v0.2.10.tar.gz',
keywords = ['hylang', 'python', 'lisp', 'macros', 'markup language', 'dsl', 'xml', 'html', 'xhtml'],
platforms = ['any'],

Expand Down

0 comments on commit d978732

Please sign in to comment.