diff options
Diffstat (limited to 'src/i18n/en.json')
| -rw-r--r-- | src/i18n/en.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index d1d48e5..7bd1f2f 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -95,10 +95,6 @@ "defaultMessage": "Failed to load.", "description": "BlogPage: failed to load text" }, - "CSimmh": { - "defaultMessage": "{articlesCount, plural, =0 {# articles} one {# article} other {# articles}} out of a total of {total}", - "description": "PaginationCursor: loaded articles count message" - }, "CT3ydM": { "defaultMessage": "{date} at {time}", "description": "Comment: publication date" @@ -403,6 +399,10 @@ "defaultMessage": "Back to top", "description": "Footer: Back to top button" }, + "du4MLN": { + "defaultMessage": "{articlesCount, plural, =0 {# loaded articles} one {# loaded article} other {# loaded articles}} out of a total of {total}", + "description": "PaginationCursor: loaded articles count message" + }, "e9L59q": { "defaultMessage": "No comments yet.", "description": "CommentsList: No comment message" |
