From 2b067db427dba45e0ee5653bb56651ec0314ac32 Mon Sep 17 00:00:00 2001 From: Ilenia Date: Mon, 22 Aug 2022 21:22:16 +0200 Subject: [PATCH] fix(curriculum): make TODO comment in CatPhotoApp project untranslatable (#47357) fix: make TODO comment in CatPhotoApp project untranslatable --- curriculum/dictionaries/english/comments-to-not-translate.json | 3 ++- curriculum/dictionaries/english/comments.json | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/curriculum/dictionaries/english/comments-to-not-translate.json b/curriculum/dictionaries/english/comments-to-not-translate.json index 15068055e19..82939041687 100644 --- a/curriculum/dictionaries/english/comments-to-not-translate.json +++ b/curriculum/dictionaries/english/comments-to-not-translate.json @@ -3,5 +3,6 @@ "78gz3i": "React:", "7e3lpb": "Redux:", "b0atz9": "

Hello World

\n\n

CatPhotoApp

\n\n

Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.

", - "b1x7w0": "import React from 'react'\nimport ReactDOM from 'react-dom'\nimport { Provider, connect } from 'react-redux'\nimport { createStore, combineReducers, applyMiddleware } from 'redux'\nimport thunk from 'redux-thunk'\n\nimport rootReducer from './redux/reducers'\nimport App from './components/App'\n\nconst store = createStore(\n rootReducer,\n applyMiddleware(thunk)\n);\n\nReactDOM.render(\n \n \n ,\n document.getElementById('root')\n);" + "b1x7w0": "import React from 'react'\nimport ReactDOM from 'react-dom'\nimport { Provider, connect } from 'react-redux'\nimport { createStore, combineReducers, applyMiddleware } from 'redux'\nimport thunk from 'redux-thunk'\n\nimport rootReducer from './redux/reducers'\nimport App from './components/App'\n\nconst store = createStore(\n rootReducer,\n applyMiddleware(thunk)\n);\n\nReactDOM.render(\n \n \n ,\n document.getElementById('root')\n);", + "4143lg": "TODO: Add link to cat photos" } diff --git a/curriculum/dictionaries/english/comments.json b/curriculum/dictionaries/english/comments.json index 58da0e14f7c..42b1753551a 100644 --- a/curriculum/dictionaries/english/comments.json +++ b/curriculum/dictionaries/english/comments.json @@ -107,6 +107,5 @@ "fho5t5": "When you open a new tab at the end", "00kcrm": "yields true", "sxpg2a": "Your mailbox, drive, and other work sites", - "4143lf": "initialize buttons", - "4143lg": "TODO: Add link to cat photos" + "4143lf": "initialize buttons" }