Skip to content
Snippets Groups Projects

Draft: Add additional resource bundle for non-translatable strings

Closed Sebastian requested to merge non-translatable-properties into main
1 unresolved thread
Files
33
@@ -209,7 +209,6 @@ constructor(
) {
// invalidate whole application window in case the theme or language setting is changed
configuration.invalidateScreen.react {
window.title = i18n("main.title")
return@CompositionLocalProvider
}
Loading