mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 04:00:42 -04:00
feat: enable german (#51825)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user