Skip to content
Snippets Groups Projects
Commit 775b805e authored by Zoë Bentley's avatar Zoë Bentley
Browse files

Make Spanish tutorial images also load for Latinamerican Spanish

parent 7148733a
Branches
Tags
No related merge requests found
......@@ -13,7 +13,8 @@ const loadSpanish = () =>
.then(({esImages: imageData}) => imageData);
const translations = {
es: () => loadSpanish()
'es': () => loadSpanish(),
'es-419': () => loadSpanish()
};
const loadImageData = locale => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment