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.
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.