Add babel config

The babel.cfg file identifies which files should be used for
translation.  This change set adds the file and identifies that only the
python files should be considered.

Change-Id: If578b625a82229d61d75f7c551c970edd04e1373
This commit is contained in:
Drew Thorstensen 2015-09-03 10:18:13 -04:00
parent 8d7cbb74b0
commit b72165c66e
1 changed files with 2 additions and 0 deletions

2
babel.cfg Normal file
View File

@ -0,0 +1,2 @@
[python: **.py]