Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新規インストール時に言語設定に英語を適用する処理方法の変更 #749

Merged
merged 2 commits into from
Jan 5, 2019

Commits on Jan 4, 2019

  1. 新規インストール時に言語設定に英語を適用する処理方法の変更

    インストーラーで言語設定の為だけに不完全なINIファイルを作成するのはプログラム側が不完全なINIファイルに対応するのが難しいので止める
    
    設定ファイルのMRUのエントリが無い場合に新規インストール後と判断して初期設定を適用させる記述は削除する
    
    起動時に設定ファイルが存在しない場合はWindowsの表示言語を調べて日本語じゃなかった場合は言語設定が英語になるように処理を新規追加
    beru committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    a507336 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    3b0f5e0 View commit details
    Browse the repository at this point in the history