File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -428,8 +428,8 @@ game_breach-server = Breach server
428428game_card = Card
429429
430430game_card-count = { $cnt ->
431- [ one ] { $size } card
432- *[ other ] { $size } cards
431+ [ one ] { $cnt } card
432+ *[ other ] { $cnt } cards
433433}
434434
435435game_click-count = { $click ->
Original file line number Diff line number Diff line change 911911 [:div.panel.blue-shade.popup {:ref #(swap! s assoc :hand-popup %) :class popup-direction}
912912 [:div
913913 [:a {:on-click #(close-popup % (:hand-popup @s) nil false false )} (tr [:game_close " Close" ])]
914- [:label (tr [:game_card-count ] size)]
914+ [:label (tr [:game_card-count ] { :cnt size} )]
915915 (let [{:keys [total]} @hand-size]
916916 (stat-controls :hand-size [:div.hand-size (tr [:game_max-hand " Max hand size" ] {:total total})]))
917917 [build-hand-card-view filled-hand size " card-popup-wrapper" ]]])]))))
You can’t perform that action at this time.
0 commit comments