Merge pull request #738 from krille-chan/krille/remove-unused-localization-strings
refactor: Remove unused localization strings and add ci check
This commit is contained in:
commit
3eaecf0783
48 changed files with 112161 additions and 122408 deletions
2
.github/workflows/integrate.yaml
vendored
2
.github/workflows/integrate.yaml
vendored
|
|
@ -24,6 +24,8 @@ jobs:
|
|||
run: git apply ./scripts/enable-android-google-services.patch
|
||||
- run: flutter analyze
|
||||
- run: flutter test
|
||||
- name: Check for unused localization strings
|
||||
run: flutter pub run translations_cleaner list-unused-terms -a
|
||||
|
||||
build_debug_apk:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue