flutter_localizer icon indicating copy to clipboard operation
flutter_localizer copied to clipboard

Remove context as the input property?

Open minhvuongrbs opened this issue 5 years ago • 2 comments

minhvuongrbs avatar May 07 '20 07:05 minhvuongrbs

What exactly do you mean? You can specify the string with which the code will be replaced. If you are using some sort of static access you could do MyLocalizationClass.translate("$$") for example

Norbert515 avatar May 07 '20 08:05 Norbert515

for example: S.trans('page $pageNumber')

minhvuongrbs avatar May 07 '20 09:05 minhvuongrbs