Skip to content

Commit

Permalink
GH-91 Localise planet name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdziekon committed Jul 25, 2022
1 parent c4de36a commit c65cf83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions simulator.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,7 @@ function ($value, $key) use ($TechEquivalents) {
'fleet_start_time' => time(),
],
'targetPlanet' => [
// TODO: this should be localised
'name' => 'Planeta',
'name' => $_Lang['BR_Target_1'],
'fleet_end_type' => 1,
],
'usersData' => [
Expand Down

0 comments on commit c65cf83

Please sign in to comment.