Code review comment for lp:~mardy/webbrowser-app/per-account-dir2

Revision history for this message
Olivier Tilloy (osomon) wrote :

In webapp-container.qml:

  Component.onCompleted: i18n.domain = "webbrowser-app"

should probably be moved to the top-level BrowserWindow component (although it works as is today, it might break in the future if we need translated strings before instantiating the WebApp component).

« Back to merge proposal