revert: disable portuguese (#42508)

* revert: disable portuguese

First certification is not 100% yet. Shipped too soon. :(

* feat: enable portuguese curriculum

Curriculum can build in portuguese, leaving client disabled to
prevent language from appearing in nav bar.

* feat: move audited cert list

Moves the audited cert list to the config, instead of the utils.
This commit is contained in:
Nicholas Carrigan (he/him)
2021-06-15 09:02:29 -07:00
committed by GitHub
parent 067761f2f6
commit cd5c28b332
6 changed files with 6 additions and 14 deletions

View File

@@ -2,14 +2,7 @@
* from the .env file aren't found in their respective arrays below
*/
const availableLangs = {
client: [
'english',
'espanol',
'chinese',
'chinese-traditional',
'italian',
'portuguese'
],
client: ['english', 'espanol', 'chinese', 'chinese-traditional', 'italian'],
curriculum: [
'english',
'espanol',