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: I316391b103baee80352abc429115648ab1f0a8d6
This commit is contained in:
Drew Thorstensen 2015-09-03 10:16:58 -04:00
parent b380b0e445
commit 077e201368
1 changed files with 2 additions and 0 deletions

2
babel.cfg Normal file
View File

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