woocommerce / woocommerce-android

WooCommerce Android app
https://www.woocommerce.com/mobile
GNU General Public License v2.0
277 stars 136 forks source link

Chart empty view string not translated #4964

Closed nbradbury closed 2 days ago

nbradbury commented 3 years ago

While testing #4958 I noticed that an empty stats chart shows "No chart data available" in English despite the device being set to Hebrew.

chart

anitaa1990 commented 2 years ago

This text is coming from the Chart library and is displayed by default when we send 0 or null values. I believe we can override it at some point and use our own text here, which can then be made translatable

backwardstruck commented 9 months ago

@nbradbury I'm not sure that the issue is still happening:

Screenshot_20240214_164010

but I did find a similar issue on a related screen:

Screenshot_20240214_163911

I can address that and/or the original issue if you are still able to reproduce.