Skip to content

Commit 7893f93

Browse files
Michael JordanLFDanLu
andauthored
fix(#2486): PaginationInput throws parsing error due to improperly formatted localization strings (#2487)
Also, correct direction of Chevron icon on Previous or Next buttons for `rtl` locales. Co-authored-by: Daniel Lu <[email protected]>
1 parent c8a6c80 commit 7893f93

36 files changed

+40
-91
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "من {n, plural, =one{# صفحة} other{# من الصفحات}}"
2+
"page_count": "من {n, plural, one{# صفحة} other{# من الصفحات}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "на {n, plural, =one{# страници} other{# страници}}"
2+
"page_count": "на {n, plural, one{# страници} other{# страници}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "z {n, plural, =one{# stránky} other{# stránek}}"
2+
"page_count": "z {n, plural, one{# stránky} other{# stránek}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "af {n, plural, =one{# side} other{# sider}}"
2+
"page_count": "af {n, plural, one{# side} other{# sider}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "von {n, plural, =one{# Seite} other{# Seiten}}"
2+
"page_count": "von {n, plural, one{# Seite} other{# Seiten}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "από {n, plural, =one{# σελίδα} other{# σελίδες}}"
2+
"page_count": "από {n, plural, one{# σελίδα} other{# σελίδες}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "of {n, plural, =one{# page} other{# pages}}"
2+
"page_count": "of {n, plural, one{# page} other{# pages}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "de {n, plural, =one{# página} other{# páginas}}"
2+
"page_count": "de {n, plural, one{# página} other{# páginas}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "/ {n, plural, =one{# lk} other{# lk}}"
2+
"page_count": "/ {n, plural, one{# lk} other{# lk}}"
33
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"page_count": "/ {n, plural, =one{# sivu} other{# sivua}}"
2+
"page_count": "/ {n, plural, one{# sivu} other{# sivua}}"
33
}

0 commit comments

Comments
 (0)