[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: translation of virtual index
From: |
Gavin Smith |
Subject: |
Re: translation of virtual index |
Date: |
Sun, 18 Sep 2016 23:13:21 +0100 |
On 18 September 2016 at 20:43, mtsio <address@hidden> wrote:
> Hello,
>
> Is it possible to change the following chunk of code to make it ready
> for translation?
> text_buffer_printf (&text,
> "File: %s, Node: Index for '%s'\n\n"
> "Virtual Index\n"
> "*************\n\n"
> "Index entries that match '%s':\n",
> fb->filename, index_search, index_search);
>
> It's on indices.c and I' m interested in the fifth lines that says
> "Index entries that match..."
I've made a change that should make this possible.