forked from dahliaOS/pangolin_desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
81 changed files
with
5,172 additions
and
5,705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
name: Locale Generator | ||
name: Locale generator | ||
on: | ||
push: | ||
paths: | ||
- '**.xml' | ||
branches: [ main ] | ||
jobs: | ||
locale_gen: | ||
name: Generate Locales | ||
name: Generate locales | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
|
@@ -15,9 +15,9 @@ jobs: | |
name: Prepare Flutter SDK | ||
- run: flutter channel dev | ||
name: Switch Flutter channel | ||
- run: flutter pub get | ||
- run: flutter pub get && flutter pub upgrade | ||
name: Get dependencies | ||
- run: dart bin/locale_gen.dart | ||
- run: flutter pub run build_runner build | ||
name: Generate translations | ||
- run: git config user.name "dahliaOS-Bot" && git config user.email [email protected] && git commit -am "Generated locales" && git push | ||
name: Push translations | ||
- run: git config user.name "dahliaOS-Bot" && git config user.email [email protected] && git add lib/generated && git commit -am "Generated locales" && git push | ||
name: Push translations |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.