From ddf8b0594bb7e5ea9022982a7c5e15d9b261c22e Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 19 Nov 2014 09:11:55 -0500 Subject: [PATCH] Fix translation setup Fix the output directory, it should be swift/locale. This fixes the importing of translations. Change-Id: I48311773c9d200c3b1739dc796618849416096ed --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2745dc9009..ea9c954a5b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -111,7 +111,7 @@ domain = swift [update_catalog] domain = swift -output_dir = locale +output_dir = swift/locale input_file = swift/locale/swift.pot [extract_messages]