Mailing List Archive

Mythmusic Eject Media string is used in Videos Menu
Hi.

I was trying to refine some translation of the Videos menu (I am using the Arclight theme, if it makes a difference) and I realised that I had to change the THEMEUI "Eject Media" string in mythmusic_el.ts file to affect the relevant setting in the Videos Menu. Is this normal?
Should I post this in the Dev list?

Regards,

Yianni.
Re: Mythmusic Eject Media string is used in Videos Menu [ In reply to ]
Hi Yianni

2011/9/25 Yianni Vidalis <yiannividalis@hotmail.com>:
> I was trying to refine some translation of the Videos menu (I am using the
> Arclight theme, if it makes a difference) and I realised that I had to
> change the THEMEUI "Eject Media" string in mythmusic_el.ts file to affect
> the relevant setting in the Videos Menu. Is this normal?

Well, unfortunately yes. It's because the same string exists in
several translation files with the same generic context. If we had
decided to go for one large .ts translation file, the identical
strings would have been merged together and conflicting translations
like this would be avoided. However, with the current approach with
one translation file per plugin, conflicting translations will
eventually happen when MythTV loads several of the translation files
containing the same strings in the same context, but with different
translations.

With mythvideo merged into mythfrontend, the mythfrontend_el.ts file
would be the place to look for the old mythvideo translations.

> Should I post this in the Dev list?

No, this behaviour is as expected.

Best regards
Kenni
_______________________________________________
Mythtv-translators mailing list
Mythtv-translators@mythtv.org
http://www.mythtv.org/mailman/listinfo/mythtv-translators
Re: Mythmusic Eject Media string is used in Videos Menu [ In reply to ]
> From: kenni@kelu.dk
> Date: Sun, 25 Sep 2011 14:18:36 +0200
> To: mythtv-translators@mythtv.org
> Subject: Re: [Mythtv-translators] Mythmusic Eject Media string is used in Videos Menu
>
> Hi Yianni
>
> 2011/9/25 Yianni Vidalis <yiannividalis@hotmail.com>:
> > I was trying to refine some translation of the Videos menu (I am using the
> > Arclight theme, if it makes a difference) and I realised that I had to
> > change the THEMEUI "Eject Media" string in mythmusic_el.ts file to affect
> > the relevant setting in the Videos Menu. Is this normal?
>
> Well, unfortunately yes. It's because the same string exists in
> several translation files with the same generic context. If we had
> decided to go for one large .ts translation file, the identical
> strings would have been merged together and conflicting translations
> like this would be avoided. However, with the current approach with
> one translation file per plugin, conflicting translations will
> eventually happen when MythTV loads several of the translation files
> containing the same strings in the same context, but with different
> translations.
>
> With mythvideo merged into mythfrontend, the mythfrontend_el.ts file
> would be the place to look for the old mythvideo translations.
>
> > Should I post this in the Dev list?
>
> No, this behaviour is as expected.
>
> Best regards
> Kenni
> _______________________________________________
> Mythtv-translators mailing list
> Mythtv-translators@mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-translators


I see what you mean. I tried for test to rename the mythmusic_el.ts and upon restarting the frontend not all mythmusic menus reverted to English.

Thanks for the info.

Best regards,

Yianni.