Skip to content

Commit

Permalink
Merge branch 'larryaasen:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MrShakila authored Nov 21, 2024
2 parents 0a2721e + 54e4869 commit 7f1e28d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build-and-test:
runs-on: macos-latest
timeout-minutes: 20
timeout-minutes: 40
strategy:
matrix:
flutter-version: ['3.24.0', '3.24.3']
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## 11.3.0

- [429] Improved the Hindi ('hi') translations. (thanks to @aruhant)
- [456] Fixed Italian ('it') language translations. (thanks to @marcorizza)
- [459] Allowed for device_info_plus 11.0.0.

## 11.2.0

Expand Down
4 changes: 2 additions & 2 deletions lib/src/upgrade_messages.dart
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ class UpgraderMessages {
break;
case 'it':
message =
'Una nuova versione di {{appName}} è disponibile! La versione {{currentAppStoreVersion}} è ora disponibile, voi avete {{currentInstalledVersion}}.';
'Una nuova versione di {{appName}} è disponibile! La versione {{currentAppStoreVersion}} è ora disponibile, voi avete la {{currentInstalledVersion}}.';
break;
case 'ja':
message =
Expand Down Expand Up @@ -663,7 +663,7 @@ class UpgraderMessages {
message = 'Apakah Anda ingin memperbaruinya sekarang?';
break;
case 'it':
message = 'Ti piacerebbe aggiornare ora?';
message = 'Vorresti aggiornare ora?';
break;
case 'ja':
message = '今すぐアップデートしますか?';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
sdk: flutter

# From fluttercommunity.dev: Get current device information from within the Flutter application.
device_info_plus: '>=8.1.0 <11.0.0'
device_info_plus: '>=8.1.0 <12.0.0'

# Pure Dart library for HTML5 parsing
html: ^0.15.3
Expand Down

0 comments on commit 7f1e28d

Please sign in to comment.