fix(curriculum): make TODO comment in CatPhotoApp project untranslatable (#47357)

fix: make TODO comment in CatPhotoApp project untranslatable
pull/47363/head
Ilenia 2022-08-22 21:22:16 +02:00 committed by GitHub
parent c5a9409357
commit 2b067db427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,6 @@
"78gz3i": "React:",
"7e3lpb": "Redux:",
"b0atz9": "<h1>Hello World</h1>\n\n<h2>CatPhotoApp</h2>\n\n<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>",
"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 <Provider store={store}>\n <App/>\n </Provider>,\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 <Provider store={store}>\n <App/>\n </Provider>,\n document.getElementById('root')\n);",
"4143lg": "TODO: Add link to cat photos"
}

View File

@ -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"
}