Skip to content

Commit 747e0be

Browse files
shraavvmariobehling
andcommitted
fix: add base fallback files for nb and zh
fix: add generated files in l10n fix: add newline chore(deps): upgrade Flutter to 3.41.6 (#1634) chore: bump actions/upload-artifact from 5 to 6 in /.github/workflows (#1545) Co-authored-by: Mario Behling <mb@mariobehling.de> chore: remove unwanted generated files in l10n chore(deps): upgrade Flutter to 3.41.6 (#1634) chore: bump actions/upload-artifact from 5 to 6 in /.github/workflows (#1545) Co-authored-by: Mario Behling <mb@mariobehling.de>
1 parent 1ab9163 commit 747e0be

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mkdir -p ./pr
3030
echo ${{ github.event.number }} > ./pr/NR
3131
32-
- uses: actions/upload-artifact@v5
32+
- uses: actions/upload-artifact@v6
3333
with:
3434
name: pr
3535
path: pr/

.github/workflows/push.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ jobs:
9191
VERSION_CODE: ${{needs.common.outputs.VERSION_CODE}}
9292

9393
- name: Upload APK
94-
uses: actions/upload-artifact@v5
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: APK Generated
9797
path: build/app/outputs/flutter-apk
9898

9999
- name: Upload AAB Release
100-
uses: actions/upload-artifact@v5
100+
uses: actions/upload-artifact@v6
101101
with:
102102
name: AAB Generated
103103
path: build/app/outputs/bundle
@@ -284,7 +284,7 @@ jobs:
284284
VERSION_CODE: ${{ needs.common.outputs.VERSION_CODE }}
285285

286286
- name: Upload Debian Build
287-
uses: actions/upload-artifact@v5
287+
uses: actions/upload-artifact@v6
288288
with:
289289
name: Debian Build
290290
path: build/linux/x64/release/bundle/
@@ -320,7 +320,7 @@ jobs:
320320
VERSION_CODE: ${{ needs.common.outputs.VERSION_CODE }}
321321

322322
- name: Upload macOS Build
323-
uses: actions/upload-artifact@v5
323+
uses: actions/upload-artifact@v6
324324
with:
325325
name: macOS Build
326326
path: build/macos/Build/Products/Release/
@@ -360,7 +360,7 @@ jobs:
360360
VERSION_CODE: ${{ needs.common.outputs.VERSION_CODE }}
361361

362362
- name: Upload Windows Build
363-
uses: actions/upload-artifact@v5
363+
uses: actions/upload-artifact@v6
364364
with:
365365
name: Windows Build
366366
path: build/windows/x64/runner/Release/

lib/l10n/app_localizations.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1190,4 +1190,4 @@ AppLocalizations lookupAppLocalizations(Locale locale) {
11901190
'an issue with the localizations generation tool. Please file an issue '
11911191
'on GitHub with a reproducible sample app and the gen-l10n configuration '
11921192
'that was used.');
1193-
}
1193+
}

lib/l10n/app_zh.arb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version: 1.0.0+1
2020

2121
environment:
2222
sdk: '>=3.3.4 <4.0.0'
23-
flutter: '3.38.9'
23+
flutter: '3.41.6'
2424

2525
# Dependencies specify other packages that your package needs in order to work.
2626
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)