Skip to content

Commit

Permalink
Run grunt update, see phetsims/chipper#1148
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 19, 2021
1 parent 7ac999b commit 11d4a40
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 15 deletions.
2 changes: 1 addition & 1 deletion beers-law-lab_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@

// Module loading in compilation-free (development) mode will be kicked off once strings are loaded.
// This is done in load-unbuilt-strings.js
window.phet.chipper.loadModules = () => loadURL( 'js/beers-law-lab-main.js', 'module' );
window.phet.chipper.loadModules = () => loadURL( '../chipper/dist/beers-law-lab/js/beers-law-lab-main.js', 'module' );
</script>
</body>
</html>
14 changes: 0 additions & 14 deletions js/beersLawLabStrings.js

This file was deleted.

67 changes: 67 additions & 0 deletions js/beersLawLabStrings.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
// Copyright 2020-2021, University of Colorado Boulder

/**
* Auto-generated from modulify, DO NOT manually modify.
*/
/* eslint-disable */
import getStringModule from '../../chipper/js/getStringModule.js';
import beersLawLab from './beersLawLab.js';

type StringsType = {
'absorbance': string,
'beers-law-lab': {
'title': string
},
'cobaltIINitrate': string,
'cobaltChloride': string,
'concentration': string,
'copperSulfate': string,
'drinkMix': string,
'evaporation': string,
'preset': string,
'lots': string,
'nickelIIChloride': string,
'none': string,
'pattern': {
'0label': string,
'0value': {
'1units': string
},
'0percent': string,
'0formula': {
'1name': string
},
'0soluteAmount': string
},
'potassiumChromate': string,
'potassiumDichromate': string,
'potassiumPermanganate': string,
'removeSolute': string,
'saturated': string,
'sodiumChloride': string,
'solid': string,
'solute': string,
'solution': string,
'screen': {
'concentration': string,
'beersLaw': string
},
'transmittance': string,
'units': {
'centimeters': string,
'liters': string,
'milliliters': string,
'molesPerLiter': string,
'mM': string,
'uM': string,
'nm': string
},
'variable': string,
'wavelength': string
};

const beersLawLabStrings = getStringModule( 'BEERS_LAW_LAB' ) as StringsType;

beersLawLab.register( 'beersLawLabStrings', beersLawLabStrings );

export default beersLawLabStrings;

0 comments on commit 11d4a40

Please sign in to comment.