Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrap all text in i18next functions #1087

Merged
merged 14 commits into from
Nov 18, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed unecessary comments
  • Loading branch information
St3phy831 committed Oct 29, 2021
commit c79f1ebaed852756179b6ad91a9f3b31b38c251b
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import rnb from '../../../../resources/musicgenresicons/outline/R&B.svg';
import trending from '../../../../resources/musicgenresicons/outline/trending.svg';
import vocal from '../../../../resources/musicgenresicons/outline/vocal.svg';

// hardcoded
export default genre => {
switch (genre.toLowerCase()) {
case 'blues':
Expand Down
1 change: 0 additions & 1 deletion packages/app/app/components/SearchResults/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class SearchResults extends React.Component {

const panes = [
{
// change
menuItem: this.props.t('all'),
render: () => this.renderAllResultsPane()
},
Expand Down