From 0d37619db41abddabdd313f036f453821f438c8a Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Thu, 13 Oct 2016 15:42:30 +0200 Subject: Build: move translations from install/po/ to top-level po/ Translations are need for client as well. This move is done to remove dependency between client and install subdirectories. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Lukas Slebodnik Reviewed-By: Stanislav Laznicka Reviewed-By: Christian Heimes --- ipatests/i18n.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipatests') diff --git a/ipatests/i18n.py b/ipatests/i18n.py index 64e078fa8..1f48e65bb 100755 --- a/ipatests/i18n.py +++ b/ipatests/i18n.py @@ -22,7 +22,7 @@ from __future__ import print_function # WARNING: Do not import ipa modules, this is also used as a -# stand-alone script (invoked from install/po Makefile). +# stand-alone script (invoked from po Makefile). import optparse import sys import gettext -- cgit