Skip to content

Commit 9f58bd9

Browse files
authored
Merge pull request scratchfoundation#5323 from zoebentley/tutorial-images-es-419
Make Spanish tutorial images also load for Latinamerican Spanish
2 parents 236cc6f + 775b805 commit 9f58bd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib/libraries/decks/translate-image.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const loadSpanish = () =>
1313
.then(({esImages: imageData}) => imageData);
1414

1515
const translations = {
16-
es: () => loadSpanish()
16+
'es': () => loadSpanish(),
17+
'es-419': () => loadSpanish()
1718
};
1819

1920
const loadImageData = locale => {

0 commit comments

Comments
 (0)