Closed adeekshith closed 3 years ago
Awesome @spuday90 You can merge it if you approved
@adeekshith Do we need localization for percentage text as its just number?
@adeekshith Do we need localization for percentage text as its just number?
Numbers get localized too. For example in Arabic.
But fine, not a priority. If not convinient, we can ignore for now.
@adeekshith Do we need localization for percentage text as its just number?
Numbers get localized too. For example in Arabic.
But fine, not a priority. If not convinient, we can ignore for now.
Like here:
Added goal percentage on top, changed strings.
But left some rough edges which needs to be fixed before merging to
main
:fragmentView.donation_pct.text = percentReceived.roundToInt().toString() + "%"
should be fixed to make it work for localizations.Merges to PR #336