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,13 @@
|
||||
---
|
||||
title: talk-plugin-respect
|
||||
permalink: /plugin/talk-plugin-respect/
|
||||
layout: plugin
|
||||
plugin:
|
||||
name: talk-plugin-respect
|
||||
default: true
|
||||
provides:
|
||||
- Server
|
||||
- Client
|
||||
---
|
||||
|
||||
Enables a `respect` reaction button.
|
||||
@@ -1,6 +1,7 @@
|
||||
import React from 'react';
|
||||
import cn from 'classnames';
|
||||
|
||||
// @TODO change icon when we deprecate FA
|
||||
export default ({ className }) => (
|
||||
<i className={cn('fa', 'fa-handshake-o', className)} aria-hidden="true" />
|
||||
);
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
ar:
|
||||
talk-plugin-respect:
|
||||
respect: احترم
|
||||
respected: احترام
|
||||
da:
|
||||
talk-plugin-respect:
|
||||
respect: Respect
|
||||
|
||||
Reference in New Issue
Block a user