On 07/19/2013 11:30 AM, Jan Pazdziora wrote: > On Fri, Jul 19, 2013 at 10:46:13AM +0200, Petr Viktorin wrote: >> >> IPA uses "ipa" as the "package name" for all translations, >> even in the ipa-client package. >> >> https://fedorahosted.org/freeipa/ticket/3695 >> --- >> ipa-client/ipa-client-common.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/ipa-client/ipa-client-common.c b/ipa-client/ipa-client-common.c >> index >> 68861c654e2254c4aceccd5497e8eda3f2c593de..23f384a6e0855582de8a83b84f40c40dd3b6c148 >> 100644 >> --- a/ipa-client/ipa-client-common.c >> +++ b/ipa-client/ipa-client-common.c >> @@ -33,13 +33,13 @@ int init_gettext(void) >> } >> >> errno = 0; >> - c = bindtextdomain(PACKAGE, LOCALEDIR); >> + c = bindtextdomain("ipa", LOCALEDIR); >> if (c == NULL) { >> return errno; >> } >> >> errno = 0; >> - c = textdomain(PACKAGE); >> + c = textdomain("ipa"); > > Ack. >
Second ACK, works fine: # LANG=es_ES ipa-getkeytab -k /tmp/foo.keytab -s vm-119.example.com -p foo/[email protected] Tabla de claves recuperada y almacenada correctamente en:/tmp/foo.keytab Pushed to master, ipa-3-2. Martin _______________________________________________ Freeipa-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/freeipa-devel
