pull/309/head
Jorge Coca 3 years ago
parent 5576e2496c
commit 31598ff125

@ -21,7 +21,7 @@ class AssetsLoadingPage extends StatelessWidget {
mainAxisSize: MainAxisSize.min, mainAxisSize: MainAxisSize.min,
children: [ children: [
Text( Text(
'I/O Pinball', l10n.ioPinball,
style: headline1!.copyWith(fontSize: 80), style: headline1!.copyWith(fontSize: 80),
textAlign: TextAlign.center, textAlign: TextAlign.center,
), ),

@ -127,5 +127,9 @@
"loading": "Loading", "loading": "Loading",
"@loading": { "@loading": {
"description": "Text shown to indicate loading times" "description": "Text shown to indicate loading times"
},
"ioPinball": "I/O Pinball",
"@ioPinball": {
"description": "I/O Pinball - Name of the game"
} }
} }

Loading…
Cancel
Save