We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9683cc commit 5656c95Copy full SHA for 5656c95
1 file changed
packages/conf/src/index.ts
@@ -148,6 +148,7 @@ export function getConfig({
148
149
const exampleConfig = {
150
...defaultConfig,
151
+ runtimeConfigModule: multipleValidOptions({i18n: ["@lingui/core", "i18n"], Trans: ["@lingui/react", "Trans"]}, ["@lingui/core", "i18n"]),
152
fallbackLocales: multipleValidOptions(
153
{},
154
{ "en-US": "en" },
0 commit comments