woocommerce / woocommerce

A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
https://woocommerce.com
9.32k stars 10.74k forks source link

Explore building our own translation po/mo/json instead of off the shelf translation in E2E #50910

Open senadir opened 3 weeks ago

senadir commented 3 weeks ago

This is a follow up from https://github.com/woocommerce/woocommerce/pull/50892. In our E2E tests, we load up NL_nl translations to test against, this has some drawbacks:

@dinhtungdu did explore this once and I suggest we go this route again.

dinhtungdu commented 2 weeks ago

FYI, here is the PR I tried to test the translation by generating dummy translation locally: https://github.com/woocommerce/woocommerce-blocks/pull/6424