Re: i18n of app menus



On Mon, Jan 23, 2012 at 9:22 AM, Shaun McCance <shaunm gnome org> wrote:


> or presumably this:
>
>  <item action='app.new' accel='&lt;Primary>n'>
>    <attribute name='label'>_New Window</attribute>
>  </item>
>
> And attribute elements can have the translatable attribute, so
> we really ought to be writing this like this:
>
>  <item action='app.new' accel='&lt;Primary>n'>
>    <attribute name='label' translatable='yes'>_New Window</attribute>
>  </item>

Man, I wrote that code not too long ago...you'd think I remember those
details :-(


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]