Skip to content

Commit

Permalink
Merge pull request #39 from beclab/feat/i18n
Browse files Browse the repository at this point in the history
fix: update i18n
  • Loading branch information
wushuangs authored Aug 30, 2024
2 parents 7717350 + b158001 commit 8b7166c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 1 addition & 4 deletions packages/frontend/src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// This is just an example,
// so you can safely delete all default props below

export default {
launch_input_placeholder: 'Search',
launch_no_result: 'No Results',
launch_no_result: 'No results',
page_404: 'Oops. Nothing here...'
};
8 changes: 3 additions & 5 deletions packages/frontend/src/i18n/zh-CN/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// This is just an example,
// so you can safely delete all default props below

export default {
failed: 'Action failed',
success: 'Action was successful'
launch_input_placeholder: '搜索',
launch_no_result: '没有结果',
page_404: '哎呀,什么都没有……'
};

0 comments on commit 8b7166c

Please sign in to comment.