Copied over all translation json files within src/locale from the original project repository so they should be up-to-date
Slightly rewrote src/locale/locale.test.js so that each translation has its own test and the error reporting is more granular. Previously, I believe the test would stop running when it hit the first file with keys that didn't match the English version.
src/locale
from the original project repository so they should be up-to-datesrc/locale/locale.test.js
so that each translation has its own test and the error reporting is more granular. Previously, I believe the test would stop running when it hit the first file with keys that didn't match the English version.New test reporting:
versus old test reporting: