Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsonliu committed Jul 18, 2024
1 parent e61ec5f commit f7018d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/locales/en_US.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,5 @@ export default {
wordCount: 'Word Count',
wordCountP: 'P',
wordCountW: 'W',
wordCountC: 'C'
wordCountC: 'C',
};
2 changes: 1 addition & 1 deletion src/locales/zh_CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,5 @@ export default {
wordCount: '字数统计',
wordCountP: '段落',
wordCountW: '单词',
wordCountC: '字符'
wordCountC: '字符',
};

0 comments on commit f7018d9

Please sign in to comment.