Ubuntu touch: Change: %s
David Callé
davidc at framli.eu
Fri Aug 29 10:23:27 UTC 2014
On 29/08/2014 12:16, Hannie Dumoleyn wrote:
>
> Could anyone tell me what is meant by the word "Change" in
> ubuntu-rest-scopes #220 and #221?
> Change: %s
Hello,
sorry for the lack of clarity on this, this code could probably use a
translator comment...
This is the value change and percentage change for stock quotes. ex :
https://finance.yahoo.com/market-overview/
I hope that helped.
Cheers,
David
> Located in
> src/scopes/yahoofinance.py:257
> %% Change: %s
>
> I found this in the code:
> # Content for the text widget
> text_for_values = []
> text_for_values.append(
> translator('Price:%s' % result['value'], locale))
> text_for_values.append(
> translator('Change:%s' % result['change_v'], locale))
> text_for_values.append(
> translator('%% Change:%s' % result['change_p'],
> locale))
>
> Thanks for helping me on this,
> Hannie
>
>
More information about the ubuntu-translators
mailing list