diff --git a/shared/config/i18n.ts b/shared/config/i18n.ts index 908c1a7115d..403022ba1fd 100644 --- a/shared/config/i18n.ts +++ b/shared/config/i18n.ts @@ -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. diff --git a/shared/config/superblocks.ts b/shared/config/superblocks.ts index 5df043a13e9..9aeec46704a 100644 --- a/shared/config/superblocks.ts +++ b/shared/config/superblocks.ts @@ -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,