We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12be01b commit 9779eb8Copy full SHA for 9779eb8
1 file changed
src/components/Footer/Subscribe/Subscribe.tsx
@@ -50,6 +50,9 @@ export default function Subscribe(props) {
50
if(!mounted) {
51
return null
52
}
53
+
54
+ i18next.changeLanguage(props.lang)
55
56
return (
57
<div className={clsx(styles.container, "dark:bg-dark-highlight")}>
58
<div className={styles.subscribeBox}>
0 commit comments