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

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

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

Loading…
Cancel
Save