feat(i18n): enable italian new RWD (#46503)

pull/47292/head^2
Dario-DC 2022-06-15 19:49:14 +02:00 committed by GitHub
parent 6450d11001
commit 30ebb06ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -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'
];
// ---------------------------------------------------------------------------