mirror of
https://github.com/wassname/talk.git
synced 2026-07-16 11:22:16 +08:00
translate ViewOptions componenet
This commit is contained in:
@@ -19,12 +19,12 @@ class ViewOptions extends React.Component {
|
||||
'talk-admin-moderation-view-options-headline'
|
||||
)}
|
||||
>
|
||||
View Options
|
||||
{t('admin_sidebar.view_options')}
|
||||
</h2>
|
||||
<div className={styles.viewOptionsContent}>
|
||||
<ul className={styles.viewOptionsList}>
|
||||
<li className={styles.viewOptionsItem}>
|
||||
Sort Comments
|
||||
{t('admin_sidebar.sort_comments')}
|
||||
<Dropdown
|
||||
containerClassName={styles.dropdownContainer}
|
||||
toggleClassName={styles.dropdownToggle}
|
||||
|
||||
@@ -457,3 +457,6 @@ en:
|
||||
description: "Thanks for installing Talk! We sent an email to verify your email address. While you finish setting up the account, you can start engaging with your readers now."
|
||||
launch: "Launch Talk"
|
||||
close: "Close this Installer"
|
||||
admin_sidebar:
|
||||
view_options: "View Options"
|
||||
sort_comments: "Sort Comments"
|
||||
|
||||
Reference in New Issue
Block a user