Angular-Gettext JavaScript library packaged as XStatic.
Go to file
Thai Tran 86c16c5941 Adding angular-gettext to xstatic package
Angular-gettext provides simple translation support for AngularJS.
We plan on using this in Horizon. This patch creates a stackforge repo for it.

Change-Id: I74e9b286e16b4a172488510a1ed70421c158e23b
2015-07-07 15:41:36 -07:00
xstatic Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
.gitignore Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
.gitreview Added .gitreview 2015-07-07 19:22:26 +00:00
LICENSE Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
MANIFEST.in Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
README.txt Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
setup.py Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00
tox.ini Adding angular-gettext to xstatic package 2015-07-07 15:41:36 -07:00

README.txt

XStatic-Angular-Gettext
--------------

Angular-Gettext javascript library packaged for setuptools (easy_install) / pip.

This package is intended to be used by **any** project that needs these files.

It intentionally does **not** provide any extra code except some metadata
**nor** has any extra requirements. You MAY use some minimal support code from
the XStatic base package, if you like.

You can find more info about the xstatic packaging way in the package `XStatic`.