You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import {createHotContextas__vite__createHotContext} from \\"/@vite/client\\";import.meta.hot = __vite__createHotContext(\\"/fixtures/components/external.vue\\");import da_ftl from '/fixtures/ftl/da/components/external.vue.ftl?import';
6
6
import en_ftl from '/fixtures/ftl/en/components/external.vue.ftl?import';
import {FluentResource} from '.vite-plugin-externals/@fluent/bundle.js'
62
+
import {FluentResource} from '/@id/virtual:empty:fluent-bundle'
67
63
export default new FluentResource(\\"# Simple things are simple.\\\\nhello-user = Hello, {$userName}!\\\\n\\\\n# Complex things are possible.\\\\nshared-photos =\\\\n {$userName}{$photoCount->\\\\n [one] addedonephoto\\\\n*[other] added {$photoCount} newphoto\\\\n }to {$userGender ->\\\\n [male] his stream\\\\n [female] her stream\\\\n *[other] their stream\\\\n }.\\\\n\\")
import {FluentResource} from '.vite-plugin-externals/@fluent/bundle.js'
129
+
import {FluentResource} from '/@id/virtual:empty:fluent-bundle'
138
130
export default new FluentResource(\\"# Simple things are simple.\\\\nhello-user = Hello, {$userName}!\\\\n\\\\n# Complex things are possible.\\\\nshared-photos =\\\\n {$userName}{$photoCount->\\\\n [one] addedonephoto\\\\n*[other] added {$photoCount} newphoto\\\\n } to {$userGender ->\\\\n [male] his stream\\\\n [female] her stream\\\\n *[other] their stream\\\\n }.\\\\n\\")
0 commit comments