You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-01 22:52:06 +02:00
adding randomized sorting
This commit is contained in:
@@ -18,6 +18,8 @@ export class StringifySortingMethod implements PipeTransform {
|
||||
return this.i18n('ascending date');
|
||||
case SortingMethods.descDate:
|
||||
return this.i18n('descending date');
|
||||
case SortingMethods.random:
|
||||
return this.i18n('random');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user