mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Feature: Shuffle Button (#941)
This commit is contained in:
parent
c20e30e387
commit
aba64b10d0
4 changed files with 43 additions and 0 deletions
|
|
@ -6,6 +6,10 @@ export const PLAY_TYPES = [
|
|||
label: i18n.t('player.play', { postProcess: 'sentenceCase' }),
|
||||
play: Play.NOW,
|
||||
},
|
||||
{
|
||||
label: i18n.t('player.shuffle', { postProcess: 'sentenceCase' }),
|
||||
play: Play.SHUFFLE,
|
||||
},
|
||||
{
|
||||
label: i18n.t('player.addLast', { postProcess: 'sentenceCase' }),
|
||||
play: Play.LAST,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue