Toggle navigation
Toggle navigation
This project
Loading...
Sign in
OnePoem
/
OnePoem-App
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
reason
2022-03-19 22:54:06 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48513c537461b166727f5c2693748067fe01aec5
48513c53
1 parent
6cf0f9d9
upgrade
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
lib/generated/intl/messages_all.dart
lib/generated/intl/messages_all.dart
View file @
48513c5
...
...
@@ -59,8 +59,8 @@ bool _messagesExistFor(String locale) {
}
MessageLookupByLibrary
_findGeneratedMessagesFor
(
String
locale
)
{
var
actualLocale
=
Intl
.
verifiedLocale
(
locale
,
_messagesExistFor
,
onFailure:
(
_
)
=>
null
);
var
actualLocale
=
Intl
.
verifiedLocale
(
locale
,
_messagesExistFor
,
onFailure:
(
_
)
=>
null
);
if
(
actualLocale
==
null
)
return
null
;
return
_findExact
(
actualLocale
);
}
...
...
Please
register
or
login
to post a comment