From 70511c68ca187e83097b6c976ca3ecfeb36d92e2 Mon Sep 17 00:00:00 2001 From: Balthasar Reuter Date: Thu, 23 Aug 2018 16:34:52 +0200 Subject: [PATCH] Added babel settings in setup.cfg --- setup.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..10cc972 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,7 @@ +[extract_messages] +input_dirs = photobooth +output_file = photobooth/locale/messages.pot + +[compile_catalog] +domain = photobooth +directory = photobooth/locale