Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    yuzu/configuration: Make all widgets and dialogs aware of language changes · c09ff382
    Lioncash authored
    To prepare for translation support, this makes all of the widgets
    cognizant of the language change event that occurs whenever
    installTranslator() is called and automatically retranslates their text
    where necessary.
    
    This is important as calling the backing UI's retranslateUi() is often
    not enough, particularly in cases where we add our own strings that
    aren't controlled by it. In that case we need to manually refresh the
    strings ourselves.
    c09ff382