2011-07-04, 06:18 PM
fuchstractor Wrote:How about the right click menu (when watching media) and the Settings dialog, is it possible to translate them?No, not at this stage. I've only added support for translating the main UI.
I could probably make the context menu and settings screen translateable in a future release though.
Quote:And what about changing values, like pre and post padding, showing "1 minute" and "x minutes". There are strings in MixMan's TL file, but those don't work any more the way they are. (plain "minute" and "minutes" strings). I took a wild guess and tried "% minute" and "% minutes", but as expected they didn't work out. What is the reference for variables?Usually for this type of thing I try pre-translating the translateable parts of the string. ie, I'd explicitly ask for the translation of "minute" and "minutes" prior to building up the string that displays as "x minutes".
That said, I only use english myself, so its not always clear if there are certain places in the UI where I've forgotten to do this. If you find specific fields that dont do this but should, then let me know and I'll fix them.