| Age | Commit message (Collapse) | Author |
|
Following screens got fixes:
- Configure/Debug
- Configure/Input
|
|
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.
|
|
|
|
mii: Implement MiiManager backend and several mii service commands
|
|
This is a user-facing string, so it should be marked as translatable.
|
|
|
|
|