mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-17 07:40:41 +00:00
Localisations
This commit is contained in:
parent
512adf99d8
commit
bc8bb68a28
15 changed files with 1002 additions and 73 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue