Skip to content

Commit 0f6cbfa

Browse files
committed
fix(app.config.ts): remove test
1 parent 828512d commit 0f6cbfa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

projects/test-app/src/app/app.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,7 @@ export const appConfig: ApplicationConfig = {
1515
prefix: "./i18n/",
1616
suffix: ".json",
1717
enforceLoading: true,
18-
ressources: [
19-
{ prefix: "./i18n/another/", suffix: ".json" },
20-
{ prefix: "./i18n/awld" },
21-
],
18+
ressources: [{ prefix: "./i18n/another/", suffix: ".json" }, { prefix: "./i18n/" }],
2219
}),
2320
}),
2421
],

0 commit comments

Comments
 (0)