Metadata-Version: 2.0
Name: angular-gettext-babel
Version: 0.1
Summary: A plugin for babel to work with angular-gettext templates
Home-page: https://github.com/neillc/angular-gettext-babel
Author: Neill Cox
Author-email: neill@ingenious.com.au
License: Apache Software License
Keywords: angular-gettext babel
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Internationalization
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: babel
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'

Angular Gettext Babel
=====================

A babel extractor for use with angular-gettext (https://angular-gettext.rocketeer.be/)

This is a very simple extractor that does not attempt to deal with anything but
html templates that have translate directives embedded in them.

Changelog
=========

0.1.1 - `master`_
-----------------

.. note:: This version is not yet released and is under active development.


0.1 - 2015-06-23
----------------

* Initial upload to PyPI and github


.. _`master`: https://github.com/neillc/angular-gettext-babel

