From 077e201368660ba1159ab17435c46c2e3b80b6ce Mon Sep 17 00:00:00 2001 From: Drew Thorstensen Date: Thu, 3 Sep 2015 10:16:58 -0400 Subject: [PATCH] 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 --- babel.cfg | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg new file mode 100644 index 00000000..15cd6cb7 --- /dev/null +++ b/babel.cfg @@ -0,0 +1,2 @@ +[python: **.py] +