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:
Krille-chan 2023-12-23 09:14:15 +01:00 committed by GitHub
commit 3eaecf0783
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
48 changed files with 112161 additions and 122408 deletions

View file

@ -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