Commit 1b4752c 1 parent 0b2f103 commit 1b4752c Copy full SHA for 1b4752c
File tree 3 files changed +14
-4
lines changed
3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 4
4
},
5
5
"Footer" : {
6
6
"madeIn" : " Made in Montréal, Québec 🇨🇦" ,
7
- "builtBy" : " Built by <author>Sebastien Castiel</author> and <source>contributors</source>"
7
+ "builtBy" : " Built by <author>Sebastien Castiel</author> and <source>contributors</source>" ,
8
+ "onOurBlog" : " On our blog"
9
+ },
10
+ "Support" : {
11
+ "buttonLabel" : " Support us"
8
12
},
9
13
"Expenses" : {
10
14
"title" : " Expenses" ,
Original file line number Diff line number Diff line change 4
4
},
5
5
"Footer" : {
6
6
"madeIn" : " Made in Montréal, Québec 🇨🇦" ,
7
- "builtBy" : " Tekijät: <author>Sebastien Castiel</author> ja <source>muut osallistujat</source>"
7
+ "builtBy" : " Tekijät: <author>Sebastien Castiel</author> ja <source>muut osallistujat</source>" ,
8
+ "onOurBlog" : " Blogissamme (englanti)"
9
+ },
10
+ "Support" : {
11
+ "buttonLabel" : " Tue meitä"
8
12
},
9
13
"Expenses" : {
10
14
"title" : " Kulut" ,
Original file line number Diff line number Diff line change @@ -193,14 +193,16 @@ function Content({ children }: { children: React.ReactNode }) {
193
193
>
194
194
< Button variant = "link" className = "text-pink-600 -mx-4" >
195
195
< HeartFilledIcon className = "w-4 h-4 mr-2" />
196
- Support us
196
+ { t ( ' Support.buttonLabel' ) }
197
197
</ Button >
198
198
</ FeedbackModal >
199
199
</ span >
200
200
</ div >
201
201
</ div >
202
202
< div >
203
- < h3 className = "text-[small] font-semibold mb-1" > On our blog</ h3 >
203
+ < h3 className = "text-[small] font-semibold mb-1" >
204
+ { t ( 'Footer.onOurBlog' ) }
205
+ </ h3 >
204
206
< Suspense fallback = { < div > Loading…</ div > } >
205
207
< BlogPostsList />
206
208
</ Suspense >
You can’t perform that action at this time.
0 commit comments