Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions resources/lang/debug.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@
"infinite_gold": "single_modal.infinite_gold",
"random_spawn": "single_modal.random_spawn",
"infinite_troops": "single_modal.infinite_troops",
"starting_gold": "single_modal.starting_gold",
"gold_multiplier": "single_modal.gold_multiplier",
"disable_nukes": "single_modal.disable_nukes",
"start": "single_modal.start"
},
Expand Down Expand Up @@ -145,6 +147,9 @@
"options_title": "host_modal.options_title",
"bots": "host_modal.bots",
"bots_disabled": "host_modal.bots_disabled",
"spawn_immunity_duration": "host_modal.spawn_immunity_duration",
"starting_gold": "host_modal.starting_gold",
"gold_multiplier": "host_modal.gold_multiplier",
"disable_nations": "host_modal.disable_nations",
"instant_build": "host_modal.instant_build",
"random_spawn": "host_modal.random_spawn",
Expand Down
5 changes: 5 additions & 0 deletions resources/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@
"instant_build": "Instant build",
"infinite_gold": "Infinite gold",
"infinite_troops": "Infinite troops",
"starting_gold": "Starting gold",
"gold_multiplier": "Gold multiplier",
"compact_map": "Compact Map",
"max_timer": "Game length (minutes)",
"disable_nukes": "Disable Nukes",
Expand Down Expand Up @@ -261,6 +263,9 @@
"options_title": "Options",
"bots": "Bots: ",
"bots_disabled": "Disabled",
"spawn_immunity_duration": "Spawn PVP Immunity",
"starting_gold": "Starting gold",
"gold_multiplier": "Gold multiplier",
"nations": "Nations: ",
"disable_nations": "Disable Nations",
"max_timer": "Game length (minutes)",
Expand Down
Loading
Loading