Skip to content

Commit 4aca445

Browse files
committed
fix
1 parent 15cc30f commit 4aca445

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/i18n/config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ i18n
1515
lng: 'en',
1616
fallbackLng: 'en',
1717
interpolation: {
18-
escapeValue: false
18+
escapeValue: false,
19+
prefix: '{',
20+
suffix: '}'
1921
}
2022
});
2123

0 commit comments

Comments
 (0)