aboutsummaryrefslogtreecommitdiff
path: root/internal/model/categories_sort_options.go
blob: 6e267cb96c2345c9d09eb9748dc813201aa6c284 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// SPDX-FileCopyrightText: Copyright The Miniflux Authors. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

package model // import "miniflux.app/v2/internal/model"

func CategoriesSortingOptions() map[string]string {
	return map[string]string{
		"unread_count": "form.prefs.select.unread_count",
		"alphabetical": "form.prefs.select.alphabetical",
	}
}