Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
CpdnCristiano
2020-12-23 19:16:37 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
11971f192a812281ae2826f9970b056af2253d02
11971f19
1 parent
ed40fa89
remove debug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
lib/get_utils/src/extensions/internacionalization.dart
lib/get_utils/src/extensions/internacionalization.dart
View file @
11971f1
...
...
@@ -58,7 +58,6 @@ extension Trans on String {
var
trans
=
tr
;
if
(
params
.
isNotEmpty
)
{
params
.
forEach
((
key
,
value
)
{
print
(
key
);
trans
=
trans
.
replaceAll
(
'@
$key
'
,
value
);
});
}
...
...
Please
register
or
login
to post a comment