labadserver / Adplayer

Adplayer reference implementation
https://github.com/labadserver/Adplayer/wiki
Other
28 stars 11 forks source link

It's not possible to set own header and footer-text in de and en #132

Closed olwa closed 12 years ago

olwa commented 12 years ago

Caused by the changes I made for the internationalization, I forgot to attend on own header- and footer-texts defined at register() and createPlayer(). These text will be ignored.

It is not possible to set own header- and footer-texts for german and english in the translation file because this file will only be loaded if the language is not german or english.

How critical is this bug?

A problem exists: We can set a header- and footer-text in one language. So I can add a check if a header and footer text is set, and if so, the header and footer-text will be "override" the language detection.

olwa commented 12 years ago

INVALID. I had a error in my test scenario.