lookit / ember-lookit-frameplayer

Ember app with experiment frames and a frame player to run browser-based experiments
MIT License
5 stars 20 forks source link

Fix linting errors in pt-br.yaml and warnings in the iframe template #360

Closed becky-gilbert closed 10 months ago

becky-gilbert commented 10 months ago

This PR fixes linting and syntax errors in the Brazilian Portuguese translation file (pt-br.yaml). There were a number of build errors due to return characters and a colon in text blocks, and incorrect indentation.

This also fixes some warnings in the exp-lookit-iframe template file due to (1) unnecessary string concatenation (use of quotes around a handlebars expression), and (2) incorrect indentation.

I'm going to merge this now because the linting errors have broken the ember build on the develop branch, but I would still welcome reviews.