1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-30 15:06:06 +00:00

Localisations

This commit is contained in:
Yan Maniez 2020-03-05 16:50:31 +01:00
parent 512adf99d8
commit bc8bb68a28
15 changed files with 1002 additions and 73 deletions

View file

@ -20,6 +20,7 @@ class HomePage extends StatelessWidget {
FlatButton.icon(
label: Text(
AppLocalizations.of(context).libraryTitle,
style: Theme.of(context).textTheme.headline,
),
icon: SvgPicture.asset(
"assets/spell-book.svg",
@ -39,6 +40,7 @@ class HomePage extends StatelessWidget {
FlatButton.icon(
label: Text(
AppLocalizations.of(context).pceditorTitle,
style: Theme.of(context).textTheme.headline,
),
icon: SvgPicture.asset(
"assets/swordman.svg",
@ -56,6 +58,7 @@ class HomePage extends StatelessWidget {
FlatButton.icon(
label: Text(
AppLocalizations.of(context).aboutTitle,
style: Theme.of(context).textTheme.headline,
),
icon: SvgPicture.asset(
"assets/wooden-sign.svg",