From 30ebb06ced510d11ac3e05e949ddea9240f7f334 Mon Sep 17 00:00:00 2001 From: Dario-DC <105294544+Dario-DC@users.noreply.github.com> Date: Wed, 15 Jun 2022 19:49:14 +0200 Subject: [PATCH] feat(i18n): enable italian new RWD (#46503) --- config/i18n/all-langs.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/i18n/all-langs.ts b/config/i18n/all-langs.ts index c7774df07b5..205e6ce937f 100644 --- a/config/i18n/all-langs.ts +++ b/config/i18n/all-langs.ts @@ -75,6 +75,7 @@ export const auditedCerts = { SuperBlocks.MachineLearningPy ], italian: [ + SuperBlocks.RespWebDesignNew, SuperBlocks.RespWebDesign, SuperBlocks.JsAlgoDataStruct, SuperBlocks.FrontEndDevLibs, @@ -136,7 +137,11 @@ export const auditedCerts = { * that has been 100% translated. This will only be used during the window * where a beta goes to stable but the translation isn't complete yet. */ -export const languagesWithAuditedBetaReleases = ['english', 'portuguese']; +export const languagesWithAuditedBetaReleases = [ + 'english', + 'portuguese', + 'italian' +]; // ---------------------------------------------------------------------------