Skip to content

Commit

Permalink
Merge pull request #1053 from blitzingeagle/main
Browse files Browse the repository at this point in the history
Change AnalysisDialog buttons to use i18n
  • Loading branch information
sunfish-shogi authored Jan 4, 2025
2 parents 6b230f7 + dfd10c9 commit 010e2f6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/renderer/view/dialog/AnalysisDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,12 @@
</div>
</div>
<div class="main-buttons">
<button data-hotkey="Enter" autofocus @click="onStart()">解析実行</button>
<button data-hotkey="Escape" @click="onCancel()">キャンセル</button>
<button data-hotkey="Enter" autofocus @click="onStart()">
{{ t.analyze }}
</button>
<button data-hotkey="Escape" @click="onCancel()">
{{ t.cancel }}
</button>
</div>
</dialog>
</div>
Expand Down

0 comments on commit 010e2f6

Please sign in to comment.