Skip to content
Snippets Groups Projects
Commit b1c913fe authored by chrisgarrity's avatar chrisgarrity
Browse files

Remove ‘he’ from the languages to ignore

I left the ability to ignore languages in place so that we can continue to have languages that are available, but not in the menu for everyone.
parent 8b36e865
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ import locales from 'scratch-l10n'; ...@@ -5,7 +5,7 @@ import locales from 'scratch-l10n';
import styles from './language-selector.css'; import styles from './language-selector.css';
// supported languages to exclude from the menu, but allow as a URL option // supported languages to exclude from the menu, but allow as a URL option
const ignore = ['he']; const ignore = [];
const LanguageSelector = ({currentLocale, label, onChange}) => ( const LanguageSelector = ({currentLocale, label, onChange}) => (
<select <select
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment