Pagination in views has corrupted characteres

Created on 1 November 2023, over 1 year ago
Updated 8 November 2023, over 1 year ago

Problem/Motivation

The views config have corrupted characters in the pagination:
https://git.drupalcode.org/project/ginvite/-/blob/4.0.0-alpha3/config/op...
https://git.drupalcode.org/project/ginvite/-/blob/4.0.0-alpha3/config/op...

Proposed resolution

I believe the goal was to to have this:

            previous: ‹‹
            next: ››
            first: '« First'
            last: 'Last »'

What I see mostly in core is like this:

            previous: '‹ Previous'
            next: 'Next ›'
            first: '« First'
            last: 'Last »'

We should pick one and fix the characters. Any one of these is better than what we have.

🐛 Bug report
Status

Fixed

Version

4.0

Component

Code

Created by

🇵🇹Portugal dxvargas

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024