feat: enable german (#51825)

This commit is contained in:
Naomi Carrigan
2023-10-06 00:04:00 -07:00
committed by GitHub
parent 7f09c3ac97
commit e2a0bc30ad
2 changed files with 1 additions and 4 deletions

View File

@@ -107,8 +107,7 @@ export const LangCodes = {
/**
* This array contains languages that should NOT appear in the language selector.
*/
// German is temporarily disabled until the new RWD is fully translated
export const hiddenLangs = [Languages.Arabic, Languages.German];
export const hiddenLangs = [Languages.Arabic];
/**
* This array contains languages that use the RTL layouts.

View File

@@ -144,10 +144,8 @@ export const notAuditedSuperBlocks: NotAuditedSuperBlocks = {
SuperBlocks.UpcomingPython
],
[Languages.German]: [
SuperBlocks.RespWebDesignNew,
SuperBlocks.RelationalDb,
SuperBlocks.QualityAssurance,
SuperBlocks.DataAnalysisPy,
SuperBlocks.InfoSec,
SuperBlocks.MachineLearningPy,
SuperBlocks.CollegeAlgebraPy,