Skip to content

Commit

Permalink
update TODO to review issue, phetsims/chipper#1441 phetsims/joist#963
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <[email protected]>
  • Loading branch information
zepumph committed Jun 28, 2024
1 parent e13e952 commit c5bbc42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/build-server/parseScreenNames.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const parseScreenNamesFromSimulation = async ( simName, locales, checkoutDir ) =

const result = {};
for ( const locale of locales ) {
// TODO: proper locale fallback for https://github.com/phetsims/joist/issues/963
// TODO: proper locale fallback for https://github.com/phetsims/chipper/issues/1441
result[ locale ] = screenNameKeys.map( key => stringMap[ key ][ locale ] || stringMap[ key ][ locale.slice( 0, 2 ) ] || stringMap[ key ].en );
}
return result;
Expand Down

0 comments on commit c5bbc42

Please sign in to comment.