Skip to content

Commit

Permalink
feat(locale): add back and next
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Apr 28, 2018
1 parent 87ebd42 commit 97d7094
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/_locales/content/index.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"tipSearchHistoryBack": {
"zh_CN": "上一个查词记录",
"zh_TW": "上一個查單字記錄",
"en": "Previous search history"
},
"tipSearchHistoryNext": {
"zh_CN": "下一个查词记录",
"zh_TW": "下一個查單字記錄",
"en": "Next search history"
},
"tipSearchText": {
"zh_CN": "查单词",
"zh_TW": "查單字",
Expand Down

0 comments on commit 97d7094

Please sign in to comment.