Skip to content

Commit 6f3b8a4

Browse files
committed
translations: Add missing translation for approach server
This translation was already referred to in several other locations but did not have an entry defined for it.
1 parent 95df2fd commit 6f3b8a4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

resources/public/i18n/en.ftl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ game_agenda-count-with-req = {$agenda-point ->
409409
410410
game_approach-ice = Approach ice
411411
412+
game_approach-server = Approach server
413+
412414
game_archives = Archives ({$faceup}{$facedown} ↓)
413415
414416
game_attempt-reconnect = Attempt reconnect

src/cljs/nr/gameboard/board.cljs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,6 +1538,7 @@
15381538
(case phase
15391539
"initiation" (tr [:game_initiation "Initiation"])
15401540
"approach-ice" (tr [:game_approach-ice "Approach ice"])
1541+
"approach-server" (tr [:game_approach-server "Approach server"])
15411542
"encounter-ice" (tr [:game_encounter-ice "Encounter ice"])
15421543
"movement" (tr [:game_movement "Movement"])
15431544
"success" (tr [:game_success "Success"])

0 commit comments

Comments
 (0)