From b72165c66ebc6675bbb1e5acbb94b6f8148482e1 Mon Sep 17 00:00:00 2001 From: Drew Thorstensen Date: Thu, 3 Sep 2015 10:18:13 -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: If578b625a82229d61d75f7c551c970edd04e1373 --- 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 0000000..15cd6cb --- /dev/null +++ b/babel.cfg @@ -0,0 +1,2 @@ +[python: **.py] +