Skip to content

Externalize date picker string

What does this MR do?

I noticed that Date picker was not externalised in the CE, but apparently in EE. In my previous i18n MR !24514 (merged) this was the other way round.

Also, because the label is duplicated in CE, I'm not entirely sure whether externalising both copies is correct. Since date_picker.vue imports from ../pikaday.vue would it be useful to define & externalise the string only in one of the files?

I committed under the premise that it's probably safer to externalise both copies, rather than the wrong one.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9304

Does this MR meet the acceptance criteria?

Merge request reports