From 9f56b277ca9cc9ad0403f8ea0770e07f90ed5585 Mon Sep 17 00:00:00 2001 From: validcube Date: Tue, 30 Jul 2024 00:01:42 +0700 Subject: [PATCH] ci: Use Slang's Normalisation feature --- .github/workflows/sync_crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index b10e8373..4369ada1 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -57,6 +57,7 @@ jobs: run: | dart pub get dart run slang + dart run slang normalize flutter analyze lib/gen/strings.g.dart --no-fatal-infos --no-fatal-warnings - name: Commit translations