Pagination in views has corrupted characteres

Created on 1 November 2023, 8 months ago
Updated 8 November 2023, 8 months 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.69.0 2024