diff options
author | Spartan322 <Megacake1234@gmail.com> | 2024-01-20 00:00:31 +0100 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2024-01-22 01:57:27 +0100 |
commit | 9bca5cf3206a54b2e587cefab80d9dbcbbd002af (patch) | |
tree | bb8d68e013c3a815f1a1e418e564f03a9a2a451b /game/assets/localisation/locales/en_GB | |
parent | 0840fd621cf35201f1e5ef90ad09033a2242b181 (diff) |
Add Victoria 2 Folder Picker dialog
Move Localization.initialize to beginning of GameStart._ready
Move compatibility mode paths search to separate _setup_compatibility_mode_paths
Move _setup_compatibility_mode_paths call to GameStart._ready
Fix `Non-argument '%s' found, skipping.` warning for Godot command line arguments
Diffstat (limited to 'game/assets/localisation/locales/en_GB')
-rw-r--r-- | game/assets/localisation/locales/en_GB/menus.csv | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/game/assets/localisation/locales/en_GB/menus.csv b/game/assets/localisation/locales/en_GB/menus.csv index 08ac0fe..f329342 100644 --- a/game/assets/localisation/locales/en_GB/menus.csv +++ b/game/assets/localisation/locales/en_GB/menus.csv @@ -123,6 +123,10 @@ DIALOG_CANCEL;Cancel DIALOG_SAVE_AND_RESIGN;Save and Resign DIALOG_SAVE_AND_QUIT;Save and Quit +VIC2_DIR_DIALOG_TITLE;Select your Victoria 2 Game Directory +VIC2_DIR_DIALOG_SELECT;Select +VIC2_DIR_DIALOG_CANCEL;Cancel + ;; Province Overview Panel province_MISSING;No Province region_MISSING;No Region |