ui: Index filter chips and RecordDetails booleans are not localisable #96
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two remaining hard-coded English strings found while building a Dutch order overview on 0.23.0:
Indexrenders the active-filter chips with a hard-coded "Clear all" button and aRemove {label} {value}aria-label (components/layout/index/Index.vue). Every other visible string (searchLabel,sortLabel,pageSizeLabel, FilterSelect'semptyLabel) has a prop. SuggestclearFiltersLabelandremoveFilterLabelprops, or a slot.RecordDetailsrenders boolean values as "Yes"/"No" with no prop to localise them. Workaround: slot every boolean field.Seen in leefschoolklavertje4.be's Bestellingen index and order detail.