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
This commit is contained in:
Haruki Yamanashi 2016-01-28 15:34:06 +09:00
parent dd1e54e66e
commit 55781bebf4
2 changed files with 19 additions and 0 deletions

5
babel-django.cfg Normal file
View File

@ -0,0 +1,5 @@
[extractors]
django = django_babel.extract:extract_django
[python: **.py]
[django: **/templates/**.html]

14
babel-djangojs.cfg Normal file
View File

@ -0,0 +1,14 @@
[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]