mirror of
https://github.com/wassname/talk.git
synced 2026-08-15 12:55:10 +08:00
Merge master
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: talk-plugin-sort-oldest
|
||||
permalink: /plugin/talk-plugin-sort-oldest/
|
||||
layout: plugin
|
||||
plugin:
|
||||
name: talk-plugin-sort-oldest
|
||||
default: true
|
||||
depends:
|
||||
- name: talk-plugin-viewing-options
|
||||
provides:
|
||||
- Server
|
||||
- Client
|
||||
---
|
||||
|
||||
Provides a sort for the oldest comments 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(() => t('talk-plugin-sort-oldest.label'), {
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
ar:
|
||||
talk-plugin-sort-oldest:
|
||||
label: الأقدم أولاً
|
||||
da:
|
||||
talk-plugin-sort-oldest:
|
||||
label: Oldest first
|
||||
|
||||
Reference in New Issue
Block a user