Update lang tasks to also read shortcuts

- Updated docs with more accurate picture of translation state
- invalid task found keys that were no longer used from 2 commands
- Cleaned up rewrite-clj
This commit is contained in:
Gabriel Horner
2022-02-02 11:26:20 -05:00
parent f9e39ebf31
commit 0fcdb498d8
6 changed files with 92 additions and 69 deletions

View File

@@ -103,8 +103,8 @@ jobs:
- name: Carve lint for unused vars
run: scripts/carve.clj
- name: Lint invalid dictionary keys
run: bb lang:invalid-dicts
- name: Lint invalid translation entries
run: bb lang:invalid-translations
e2e-test:
runs-on: ubuntu-latest