wip i18n editor

can be accessed with:
app.appRoute("lzedit")
This commit is contained in:
booploops 2022-08-23 17:31:09 -07:00
parent 34a1c5353f
commit b5074cfe6f
4 changed files with 105 additions and 0 deletions

View file

@ -120,6 +120,11 @@ export class BrowserWindow {
"components/settings-plugins-github",
],
appRoutes: [
{
page: "lzedit",
component: `<i18n-editor></i18n-editor>`,
condition: "$root.page == 'lzedit'",
},
{
page: "library-recentlyadded",
component: `<cider-recentlyadded></cider-recentlyadded>`,