Add Lingui check to CI (#2058)

* Install lingui eslint plugin, ignore compiled files

* Add lingui step to Lint workflow

* Run check in other job

* Add compile step to web build

* Temp: add a new string to test with

* Add message

* Revert "Temp: add a new string to test with"

This reverts commit ef5459d00c3ea9798279e000a5ac43effc117486.

* Un-track compiled files

* Add check scripts to package.json, build step

* Make sure to compile translations prior to test/typecheck

* Rename scripts
This commit is contained in:
Eric Bailey 2023-12-01 11:14:10 -06:00 committed by GitHub
parent b05cf9f3c1
commit edc9ac272c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 685 additions and 668 deletions

6
.gitignore vendored
View file

@ -102,4 +102,8 @@ ios/
google-services.json
# Performance results (Flashlight)
.perf/
.perf/
# i18n
src/locale/locales/_build/
src/locale/locales/**/*.js