Add missing Czech resource files across app and plugin projects#588
Merged
Add missing Czech resource files across app and plugin projects#588
Conversation
Co-authored-by: Freeesia <9002657+Freeesia@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Czech language translation resources
Add missing Czech resource files across app and plugin projects
Mar 7, 2026
There was a problem hiding this comment.
Pull request overview
アプリ本体・共通ライブラリ・各種プラグインで不足していたチェコ語(cs)リソース(Resources.cs.resx)を追加し、プロジェクト単位でのローカライズ欠落によるフォールバックを解消する PR です。
Changes:
WindowTranslator/WindowTranslator.AbstractionsにProperties/Resources.cs.resxを追加- 翻訳/OCR プラグイン各種に
Properties/Resources.cs.resxを追加 - 既存キー構成・複数行テキスト・Markdown・プレースホルダーを維持した Czech 翻訳を定義
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| WindowTranslator/Properties/Resources.cs.resx | アプリ本体の Czech リソースを追加 |
| WindowTranslator.Abstractions/Properties/Resources.cs.resx | 共通ライブラリの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.BergamotTranslatorPlugin/Properties/Resources.cs.resx | Bergamot プラグインの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.DeepLTranslatePlugin/Properties/Resources.cs.resx | DeepL プラグインの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.FoMPlugin/Properties/Resources.cs.resx | FoM プラグインの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.GoogleAIPlugin/Properties/Resources.cs.resx | Google AI プラグインの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.GoogleAppsSctiptPlugin/Properties/Resources.cs.resx | Google Apps Script プラグインの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.LLMPlugin/Properties/Resources.cs.resx | LLM プラグインの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.OneOcrPlugin/Properties/Resources.cs.resx | OneOcr プラグインの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.PLaMoPlugin/Properties/Resources.cs.resx | PLaMo プラグインの Czech リソースを追加 |
| Plugins/WindowTranslator.Plugin.TesseractOCRPlugin/Properties/Resources.cs.resx | TesseractOCR プラグインの Czech リソースを追加 |
Plugins/WindowTranslator.Plugin.GoogleAppsSctiptPlugin/Properties/Resources.cs.resx
Show resolved
Hide resolved
Plugins/WindowTranslator.Plugin.PLaMoPlugin/Properties/Resources.cs.resx
Show resolved
Hide resolved
Plugins/WindowTranslator.Plugin.OneOcrPlugin/Properties/Resources.cs.resx
Show resolved
Hide resolved
Plugins/WindowTranslator.Plugin.GoogleAIPlugin/Properties/Resources.cs.resx
Show resolved
Hide resolved
Plugins/WindowTranslator.Plugin.DeepLTranslatePlugin/Properties/Resources.cs.resx
Show resolved
Hide resolved
Plugins/WindowTranslator.Plugin.BergamotTranslatorPlugin/Properties/Resources.cs.resx
Show resolved
Hide resolved
Plugins/WindowTranslator.Plugin.TesseractOCRPlugin/Properties/Resources.cs.resx
Show resolved
Hide resolved
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.
チェコ語対応自体は進んでいましたが、各プロジェクトの
Resources.cs.resxが未追加のままで、アプリ本体・共通ライブラリ・プラグイン間でローカライズが不完全でした。この PR では、既存のチェコ語対応範囲に合わせて、不足していたプロジェクト単位の Czech リソースを補完しています。
追加対象
WindowTranslatorWindowTranslator.Abstractions変更内容
Properties/Resources.cs.resxを追加Resources.resxと同一キー構成でチェコ語訳を定義{0},{1}など)を維持したままローカライズ意図
追加例
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.