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.

-- 
Jan Pazdziora | adelton at #ipa*, #brno
Principal Software Engineer, Identity Management Engineering, Red Hat

_______________________________________________
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Reply via email to