monasca-ui/babel-djangojs.cfg
Haruki Yamanashi 55781bebf4 This is a preparation for using Zanata
Monasca project plans to use Zanata for translating monasca-ui
Added two configuration files

Change-Id: I3e73582e6077c5ee4a938e834b75bd3c0d3b6c65
Closes-Bug: #1538904
2016-01-28 15:34:06 +09:00

15 lines
577 B
INI

[extractors]
# We use a custom extractor to find translatable strings in AngularJS
# templates. The extractor is included in horizon.utils for now.
# See http://babel.pocoo.org/docs/messages/#referencing-extraction-methods for
# details on how this works.
angular = horizon.utils.babel_extract_angular:extract_angular
[javascript: **.js]
# We need to look into all static folders for HTML files.
# The **/static ensures that we also search within
# /openstack_dashboard/dashboards/XYZ/static which will ensure
# that plugins are also translated.
[angular: **/static/**.html]