diff --git a/config/locales/en.yml b/config/locales/en.yml index c4ee173..d99a397 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -11,6 +11,11 @@ en: none: 'None' qrcodetips: 'Continue reading with mobile phone or share it to Wechat Puppy' + views: + pagination: + previous: 'Prev' + next: 'Next' + home: no_blog_here: 'There is no post here' read: 'Read More >>' diff --git a/config/locales/zh-CN.yml b/config/locales/zh-CN.yml index 828f921..bc15976 100644 --- a/config/locales/zh-CN.yml +++ b/config/locales/zh-CN.yml @@ -11,6 +11,11 @@ zh-CN: none: '无' qrcodetips: '扫一扫继续阅读或者帮我分享至朋友圈' + views: + pagination: + previous: '上一页' + next: '下一页' + home: no_blog_here: '这里没有博客' read: '阅读全文 >>'