mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-17 07:40:41 +00:00
Localization + theme
This commit is contained in:
parent
622b6a3196
commit
1197df6527
13 changed files with 223 additions and 95 deletions
|
|
@ -21,11 +21,14 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static _notInlinedMessages(_) => <String, Function> {
|
||||
"about_title" : MessageLookupByLibrary.simpleMessage("A propos de..."),
|
||||
"app_title" : MessageLookupByLibrary.simpleMessage("Bonjour Monde"),
|
||||
"bookmarks_title" : MessageLookupByLibrary.simpleMessage("Favoris"),
|
||||
"library_title" : MessageLookupByLibrary.simpleMessage("Bibliothèque"),
|
||||
"pceditor_title" : MessageLookupByLibrary.simpleMessage("Personnages"),
|
||||
"search_title" : MessageLookupByLibrary.simpleMessage("Recherche")
|
||||
"aboutTitle" : MessageLookupByLibrary.simpleMessage("A propos de..."),
|
||||
"appTitle" : MessageLookupByLibrary.simpleMessage("Bonjour Monde"),
|
||||
"backgroundTitle" : MessageLookupByLibrary.simpleMessage("Historique"),
|
||||
"bookmarksTitle" : MessageLookupByLibrary.simpleMessage("Favoris"),
|
||||
"classTitle" : MessageLookupByLibrary.simpleMessage("Classe"),
|
||||
"libraryTitle" : MessageLookupByLibrary.simpleMessage("Bibliothèque"),
|
||||
"pceditorTitle" : MessageLookupByLibrary.simpleMessage("Personnages"),
|
||||
"raceTitle" : MessageLookupByLibrary.simpleMessage("Race"),
|
||||
"searchTitle" : MessageLookupByLibrary.simpleMessage("Recherche")
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue