mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 13:19:22 +01: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-block.jsx:168
|
||||||
#: src/components/account-info.jsx:639
|
#: src/components/account-info.jsx:639
|
||||||
#: src/components/status.jsx:498
|
#: src/components/status.jsx:498
|
||||||
#: src/pages/catchup.jsx:1471
|
|
||||||
msgid "Group"
|
msgid "Group"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -2718,6 +2717,11 @@ msgstr ""
|
||||||
msgid "Density"
|
msgid "Density"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. js-lingui-explicit-id
|
||||||
|
#: src/pages/catchup.jsx:1471
|
||||||
|
msgid "group.filter"
|
||||||
|
msgstr "Group"
|
||||||
|
|
||||||
#: src/pages/catchup.jsx:1486
|
#: src/pages/catchup.jsx:1486
|
||||||
msgid "Authors"
|
msgid "Authors"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
|
@ -1468,7 +1468,7 @@ function Catchup() {
|
||||||
))}
|
))}
|
||||||
</fieldset> */}
|
</fieldset> */}
|
||||||
<span class="filter-label">
|
<span class="filter-label">
|
||||||
<Trans>Group</Trans>
|
<Trans id="group.filter">Group</Trans>
|
||||||
</span>{' '}
|
</span>{' '}
|
||||||
<fieldset class="radio-field-group">
|
<fieldset class="radio-field-group">
|
||||||
{FILTER_GROUPS.map((key) => (
|
{FILTER_GROUPS.map((key) => (
|
||||||
|
|
Loading…
Reference in a new issue