mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-16 15:19:56 +00:00
Localization
This commit is contained in:
parent
6f3a87ac5e
commit
622b6a3196
9 changed files with 218 additions and 60 deletions
|
|
@ -21,6 +21,11 @@ class MessageLookup extends MessageLookupByLibrary {
|
|||
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static _notInlinedMessages(_) => <String, Function> {
|
||||
"title" : MessageLookupByLibrary.simpleMessage("Hello World")
|
||||
"about_title" : MessageLookupByLibrary.simpleMessage("About..."),
|
||||
"app_title" : MessageLookupByLibrary.simpleMessage("Hello World"),
|
||||
"bookmarks_title" : MessageLookupByLibrary.simpleMessage("Bookmarks"),
|
||||
"library_title" : MessageLookupByLibrary.simpleMessage("Library"),
|
||||
"pceditor_title" : MessageLookupByLibrary.simpleMessage("Player Characters"),
|
||||
"search_title" : MessageLookupByLibrary.simpleMessage("Search")
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue