Skip to content
Snippets Groups Projects
Unverified Commit c13b68bc authored by chrisgarrity's avatar chrisgarrity Committed by GitHub
Browse files

Merge pull request #3171 from chrisgarrity/feature/enable-hebrew

Remove ‘he’ from the languages to ignore
parents e076fcd7 b1c913fe
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ import locales from 'scratch-l10n';
import styles from './language-selector.css';
// supported languages to exclude from the menu, but allow as a URL option
const ignore = ['he'];
const ignore = [];
const LanguageSelector = ({currentLocale, label, onChange}) => (
<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