Skip to content

Commit

Permalink
fix: translation words error
Browse files Browse the repository at this point in the history
  • Loading branch information
dudu0506 committed Jun 22, 2024
1 parent 7fd4a0e commit 96e8bb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/locales/en/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const locales = {
'Create Poll': 'Create Poll',
'Creating...': 'Creating...',
'Try again': 'Try again',
'_ vote_': '{0} vote{1}',
'_ vote_': '{0} Vote{1}',
'via Firefly': 'via Firefly',
'Final results': 'Final results',
'Vote Now': 'Vote Now',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-Hans/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const locales = {
'Create Poll': '创建投票',
'Creating...': '创建中...',
'Try again': '重试',
'_ vote_': '{0} ',
'_ vote_': '{0} 次投票',
'via Firefly': '来自Firefly',
'Final results': '最终结果',
'Vote Now': '立即投票',
Expand Down
2 changes: 1 addition & 1 deletion src/locales/zh-Hant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const locales = {
'Create Poll': '創建投票',
'Creating...': '創建中...',
'Try again': '重試',
'_ vote_': '{0} ',
'_ vote_': '{0} 次投票',
'via Firefly': '來自Firefly',
'Final results': '最終結果',
'Vote Now': '立即投票',
Expand Down

0 comments on commit 96e8bb4

Please sign in to comment.