File tree 3 files changed +4
-2
lines changed
templates/components/blog
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Draft
4
+ - Add translation key for "read more" blog post link [ #1625 ] ( https://github.com/bigcommerce/cornerstone/pull/1625 )
4
5
5
6
## 4.3.1 (2020-01-17)
6
7
- Resolve visual regression in error modal icon animation [ #1619 ] ( https://github.com/bigcommerce/cornerstone/pull/1619 )
Original file line number Diff line number Diff line change 15
15
"blog" : {
16
16
"recent_posts" : " Recent Posts" ,
17
17
"label" : " Blog" ,
18
- "posted_by" : " Posted by {name}"
18
+ "posted_by" : " Posted by {name}" ,
19
+ "read_more" : " read more"
19
20
},
20
21
"unavailable" : {
21
22
"hibernation_title" : " We'll be back" ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h2 class="blog-title">
27
27
{{else}}
28
28
{{{post.summary}}}
29
29
{{#if post.show_read_more}}
30
- … < a href ="{{url}} "> read more </ a >
30
+ … < a href ="{{url}} "> {{lang 'blog.read_more'}} </ a >
31
31
{{/if}}
32
32
{{/if}}
33
33
</ div >
You can’t perform that action at this time.
0 commit comments