mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-12-03 17:48:14 +03:00
Separate context for "Group"
This commit is contained in:
parent
762a4a825e
commit
79a890cdc0
2 changed files with 6 additions and 2 deletions
6
src/locales/en.po
generated
6
src/locales/en.po
generated
|
@ -33,7 +33,6 @@ msgstr ""
|
|||
#: src/components/account-block.jsx:168
|
||||
#: src/components/account-info.jsx:639
|
||||
#: src/components/status.jsx:498
|
||||
#: src/pages/catchup.jsx:1471
|
||||
msgid "Group"
|
||||
msgstr ""
|
||||
|
||||
|
@ -2718,6 +2717,11 @@ msgstr ""
|
|||
msgid "Density"
|
||||
msgstr ""
|
||||
|
||||
#. js-lingui-explicit-id
|
||||
#: src/pages/catchup.jsx:1471
|
||||
msgid "group.filter"
|
||||
msgstr "Group"
|
||||
|
||||
#: src/pages/catchup.jsx:1486
|
||||
msgid "Authors"
|
||||
msgstr ""
|
||||
|
|
|
@ -1468,7 +1468,7 @@ function Catchup() {
|
|||
))}
|
||||
</fieldset> */}
|
||||
<span class="filter-label">
|
||||
<Trans>Group</Trans>
|
||||
<Trans id="group.filter">Group</Trans>
|
||||
</span>{' '}
|
||||
<fieldset class="radio-field-group">
|
||||
{FILTER_GROUPS.map((key) => (
|
||||
|
|
Loading…
Reference in a new issue