Skip to content

Commit

Permalink
Add images and strings, see phetsims/chipper#875
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Feb 27, 2020
1 parent 15dc883 commit 1793ebd
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions images/light-bulb-icon_png.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions images/magnifier-icon_png.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions images/solvent_png.js

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions js/acid-base-solutions-strings.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright 2020, University of Colorado Boulder

/**
* Auto-generated from modulify, DO NOT manually modify.
*/

import getStringModule from '../../chipper/js/getStringModule.js';
import acidBaseSolutions from './acidBaseSolutions.js';

const acidBaseSolutionsStrings = getStringModule( 'ACID_BASE_SOLUTIONS' );

acidBaseSolutions.register( 'acidBaseSolutionsStrings', acidBaseSolutionsStrings );

export default acidBaseSolutionsStrings;

0 comments on commit 1793ebd

Please sign in to comment.