woocommerce-ios icon indicating copy to clipboard operation
woocommerce-ios copied to clipboard

[Woo POS] Ensure POS works with other languages and RTL text

Open iamgabrielma opened this issue 9 months ago • 7 comments

Despite the initial POC being US only, the store could use different languages, text could be presented in LTR, or should be build using accessibility features.

Let's assure the initial wireframe takes these into account and are unit tested as needed, so then we can apply them organically moving forward.

iamgabrielma avatar May 13 '24 04:05 iamgabrielma

Thanks for reporting! 👍

dangermattic avatar May 13 '24 04:05 dangermattic

Accessibility support also depends on which will be addressed in other tasks:

  • Dark Mode
  • Scaling fonts
  • Adapting images (SF fonts for images)

staskus avatar Aug 02 '24 10:08 staskus

Adapting images (SF fonts for images)

Done in #13649

joshheald avatar Aug 20 '24 07:08 joshheald

Scaling fonts

Done in:

  • https://github.com/woocommerce/woocommerce-ios/pull/13611
  • https://github.com/woocommerce/woocommerce-ios/pull/13655

staskus avatar Aug 21 '24 08:08 staskus

Dark mode is covered in #13471

This ticket is now just about locale testing, so I'm changing the name to reflect that. Accessibility is all covered elsewhere.

joshheald avatar Aug 22 '24 08:08 joshheald

@joshheald , @iamgabrielma i18n is definitely what we need to support properly but I propose we move it to "Consider after POC". There may be not much work on this but I imagine it will again require going through every single view and making some design decisions which I think could be done after M2 deadline. Wdyt?

staskus avatar Aug 23 '24 09:08 staskus

Agree, we have the default a18n and RLT out-of-the-box support, but if we want to fine-tune it and test all cases I think this can be done post-M2 during the testing phase.

iamgabrielma avatar Aug 23 '24 10:08 iamgabrielma