Skip to content

Commit

Permalink
fix: pluralization
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Sep 7, 2023
1 parent 09d8287 commit 21d4750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export class TranslocoHttpLoader implements TranslocoLoader {
@NgModule({
exports: [TranslocoModule],
providers: [
provideTranslocoMessageformat(),
provideTransloco({
config: {
availableLangs: ['en-US'],
Expand All @@ -48,6 +47,7 @@ export class TranslocoHttpLoader implements TranslocoLoader {
},
loader: TranslocoHttpLoader,
}),
provideTranslocoMessageformat(),
],
})
export class TranslocoRootModule {}

0 comments on commit 21d4750

Please sign in to comment.