change: Language setting is now depend on OS setting at default.#3
Open
jsakamoto wants to merge 1 commit intofuruya02:masterfrom
Open
change: Language setting is now depend on OS setting at default.#3jsakamoto wants to merge 1 commit intofuruya02:masterfrom
jsakamoto wants to merge 1 commit intofuruya02:masterfrom
Conversation
- 'lang' id 0 is Japanese, 1 is English, and 2 is auto detect OS settings.
Owner
|
ありがとうございます。 |
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.
UIの言語設定(日本語か英語か)を、既定ではOS設定に従うようにしてみました。
Option.ini に保存される LIST=Basic\blang 値が 0(Japanese), 1(English) である点は変わらず、2 をAutoとし、 2のときに OS 設定に従って日本語とするかどうかを判断するようにしました。
Option.ini がないインストール直後の状態で、これまでは lang = 0(Japanse) でアプリを初期化 & Option.ini に書き出していたところが、2(Auto) で初期化 & Option.ini 出力されるように変わっております。
インストーラ版(.msi) が日本語UIしかないという点は残りますが、Zipアーカイブ版であれば、英語圏の方々にも追加の設定不要で英語UIで使っていただけるようになると思います。