diff --git a/.github/workflows/localization_strings_update.yml b/.github/workflows/localization_strings_update.yml index 85198706..64719095 100644 --- a/.github/workflows/localization_strings_update.yml +++ b/.github/workflows/localization_strings_update.yml @@ -20,6 +20,6 @@ jobs: - name: Generate intl_translation run: dart run intl_translation:extract_to_arb --locale=en --output-file='./lib/l10n/messages_en.arb' ./lib/Frontend/intnDefs.dart - name: Stage Changes - run: git config user.email "github-actions[bot]@users.noreply.github.com" && git config user.name "github-actions[bot]" && git add lib/l10n/messages_en.arb + run: git config user.email "github-actions[bot]@users.noreply.github.com" && git config user.name "github-actions[bot]" && git add -am "Update EN language file" - name: Push changes uses: ad-m/github-push-action@master \ No newline at end of file diff --git a/lib/Frontend/intnDefs.dart b/lib/Frontend/intnDefs.dart index cf3539d5..57c27f7a 100644 --- a/lib/Frontend/intnDefs.dart +++ b/lib/Frontend/intnDefs.dart @@ -1,6 +1,5 @@ import 'package:intl/intl.dart'; -// //generate file for translation. Run when adding new translations //dart run intl_translation:extract_to_arb --locale=en --output-file='./lib/l10n/messages_en.arb' ./lib/Frontend/intnDefs.dart //convert to dart