mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
Merge master
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: talk-plugin-sort-most-respected
|
||||
permalink: /plugin/talk-plugin-sort-most-respected/
|
||||
layout: plugin
|
||||
plugin:
|
||||
name: talk-plugin-sort-most-respected
|
||||
default: true
|
||||
depends:
|
||||
- name: talk-plugin-respect
|
||||
- name: talk-plugin-viewing-options
|
||||
provides:
|
||||
- Server
|
||||
- Client
|
||||
---
|
||||
|
||||
Provides a sort for the comments with the most `respect` reactions first.
|
||||
@@ -1,5 +1,5 @@
|
||||
import translations from './translations.yml';
|
||||
import { createSortOption } from 'plugin-api/beta/client/factories';
|
||||
import { createSortOption } from 'talk-plugin-viewing-options/client/api/factories';
|
||||
import { t } from 'plugin-api/beta/client/services';
|
||||
|
||||
const SortOption = createSortOption(
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
ar:
|
||||
talk-plugin-sort-most-respected:
|
||||
label: الأكثر احتراماً أولاً
|
||||
da:
|
||||
talk-plugin-sort-most-respected:
|
||||
label: Most respected first
|
||||
|
||||
Reference in New Issue
Block a user