Локаль можно задать на этапе сборки
This commit is contained in:
@@ -16,7 +16,7 @@ class MessageLookup extends MessageLookupByLibrary {
|
||||
final messages = _notInlinedMessages(_notInlinedMessages);
|
||||
static _notInlinedMessages(_) => {
|
||||
"ID_Store" : MessageLookupByLibrary.simpleMessage("DIN Store"),
|
||||
"ID_not_found" : MessageLookupByLibrary.simpleMessage("Identifier N is not found"),
|
||||
"ID_not_found" : MessageLookupByLibrary.simpleMessage("Identifier %s is not found"),
|
||||
"app_activ" : MessageLookupByLibrary.simpleMessage("The application is activated"),
|
||||
"ask_change_store" : MessageLookupByLibrary.simpleMessage("Do you really want to log out and enter a different store number?"),
|
||||
"buyer" : MessageLookupByLibrary.simpleMessage("Buyer"),
|
||||
|
||||
Reference in New Issue
Block a user