feat: implement actual app restart and update word choice#143
Merged
feat: implement actual app restart and update word choice#143
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Japanese (ja-JP) UI wording to replace “再読み込み” with “再起動” in settings-related confirmation/alert messages.
Changes:
- Updated
settingsMenu.resetSuccessmessage wording to say the application will “restart”. - Updated
settingsModal.alerts.reloadRequired*messages to say a “restart” is required.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Agent-Logs-Url: https://github.com/colopl/colopresso/sessions/76ab367b-d3d8-4a94-b389-c6c3e620de8a Co-authored-by: zeriyoshi <10289597+zeriyoshi@users.noreply.github.com>
Copilot
AI
changed the title
chore: change word choice
feat: implement actual app restart and update word choice
Apr 2, 2026
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Collaborator
Author
Devin が指摘したこの不具合を修正してください。また、英語翻訳 |
…s translations Agent-Logs-Url: https://github.com/colopl/colopresso/sessions/a39e184c-5c8f-46db-8363-0fcf33fda818 Co-authored-by: zeriyoshi <10289597+zeriyoshi@users.noreply.github.com>
Contributor
... a742841 で対応しました。 sessionStorage の問題修正:
英語翻訳の更新:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
app/electron/main.tsにrestart-appIPC ハンドラーを追加(app.relaunch()+app.exit(0))app/electron/preload.tsにrestartAppAPI を追加app/electron/global.d.tsに型定義を追加app/shared/types/external.d.tsに共有型定義を追加app/electron/app/ElectronApp.tsx: Electron 再起動時にlocalStorageを使用し、起動時に両方をチェック・クリアapp/shared/core/advancedSettingsModal.ts: Electron ではlocalStorage+restartApp()、Chrome ではsessionStorage+reload()app/shared/i18n/lang/enUS.ts: 英語翻訳を "reload" → "restart" に変更