From 83dd0e250c797ee69e5b21ac4437380612a0f9c2 Mon Sep 17 00:00:00 2001 From: Diana Nanyanzi Date: Mon, 18 May 2026 11:14:04 +0300 Subject: [PATCH] fix: extract manifest translation strings on start command --- cli/src/commands/start.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/src/commands/start.js b/cli/src/commands/start.js index 94432f13a..127852491 100644 --- a/cli/src/commands/start.js +++ b/cli/src/commands/start.js @@ -95,6 +95,7 @@ const handler = async ({ input: paths.src, output: paths.i18nStrings, paths, + isApp: isApp(config.type), }) await i18n.generate({ input: paths.i18nStrings,