source-academy / frontend

Frontend of Source Academy, an online experiential environment for computational thinking (React, Redux, Saga, Blueprint)
https://sourceacademy.org
Apache License 2.0
101 stars 164 forks source link

i18n should not be in debug mode by default #2960

Closed chownces closed 1 month ago

chownces commented 2 months ago

Debug mode should not be enabled in production. This is currently causing console logs in production.

https://github.com/source-academy/frontend/blob/00d49de693f8332e484355b35d24f2cb29927da0/src/i18n/i18n.ts#L12