Skip to content

Commit

Permalink
[i18n] BlueprintsGranted locKey
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Dec 15, 2023
1 parent 060cabb commit b490e62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion i18n/locales/en/game.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@
"COOLDOWN_AFTER_JUMPING_WITH_A_BATTLESHIP": "Cooldown after jumping with a battleship",
"COOLDOWN_AFTER_JUMPING_TO_ANOTHER_SHIP_TYPE": "Cooldown after jumping to another ship type",
"MOONS": "Moons",
"TURRET": "Turret"
"TURRET": "Turret",
"BLUEPRINTS_GRANTED": "Blueprints granted"
}
1 change: 1 addition & 0 deletions src/regulation/locKeys.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ export default {
Moons: 'MOONS',
TimeToUpgradeParallel: 'UPGRADE_TIME_IN_PARALLEL',
turret: 'TURRET',
BlueprintsGranted: 'BLUEPRINTS_GRANTED',

...gameCharsLocKeys,
...gameSlostLocKeys,
Expand Down

0 comments on commit b490e62

Please sign in to comment.