Automattic / vip-support

Manages the VIP Support Users on your site
GNU General Public License v2.0
12 stars 4 forks source link

When creating a support user, default the locale to en_US #83

Closed dchymko closed 5 years ago

dchymko commented 5 years ago

Description

When we create a new VIP Support user, set their locale to en_US (rather than it using whatever the site default is set to)

Fixes: #82

dchymko commented 5 years ago

Not sure if we should check if the locale is installed first?

GaryJones commented 5 years ago

Not sure if we should check if the locale is installed first?

What would happen if it's not?

Is English (US) installed on all sites by default anyway? Can it even be removed by clients?

mjangda commented 5 years ago

Not sure if we should check if the locale is installed first?

It'd just fall back to whatever the primary locale is.

dchymko commented 5 years ago

r138789-deploy

https://github.com/Automattic/vip-go-mu-plugins/pull/1242