Commit dd23f14

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2023-12-31 13:17:59
Update docs.yml
1 parent ac29a28
Changed files (1)
.github
workflows
.github/workflows/docs.yml
@@ -29,6 +29,9 @@ jobs:
         - name: Load packages
           run: dart pub get
 
+        - name: Generate localizations
+          run: flutter gen-l10n
+
         - name: Analyze code
           run: dart analyze