Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Add audio duration filter clarifications as strings #1547

Merged
merged 10 commits into from
Jul 5, 2022
8 changes: 4 additions & 4 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -333,10 +333,10 @@
},
"lengths": {
"title": "Durations",
zackkrida marked this conversation as resolved.
Show resolved Hide resolved
obulat marked this conversation as resolved.
Show resolved Hide resolved
"shortest": "Shortest",
"short": "Short",
"medium": "Medium",
"long": "Long"
"shortest": "< 30 sec",
"short": "30 sec-2 min",
"medium": "2-10 min",
"long": "> 10 min"
},
"creator": {
"title": "Search by Creator"
Expand Down
10 changes: 5 additions & 5 deletions src/locales/po-files/openverse.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Openverse \n"
"Report-Msgid-Bugs-To: https://github.com/wordpress/openverse/issues \n"
"POT-Creation-Date: 2022-06-27T05:00:35+00:00\n"
"POT-Creation-Date: 2022-06-30T14:30:57+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down Expand Up @@ -999,19 +999,19 @@ msgid "Durations"
msgstr ""

msgctxt "filters.lengths.shortest"
msgid "Shortest"
msgid "< 30 sec"
msgstr ""

msgctxt "filters.lengths.short"
msgid "Short"
msgid "30 sec-2 min"
msgstr ""

msgctxt "filters.lengths.medium"
msgid "Medium"
msgid "2-10 min"
msgstr ""

msgctxt "filters.lengths.long"
msgid "Long"
msgid ">10 min"
msgstr ""

msgctxt "filters.mature.title"
Expand Down