diff options
| author | Arne Rief <riearn@proton.me> | 2026-06-15 17:30:13 +0200 |
|---|---|---|
| committer | Arne Rief <riearn@proton.me> | 2026-06-15 17:30:13 +0200 |
| commit | 9bd9c28cae452b43b4fcece040d06728990c2c26 (patch) | |
| tree | d7d9155478a930376c4e647ed2f855af9bf5f242 /i18n/en.toml | |
| parent | d6806ebb4dd1baacaf9414f67d34625978e0fdb9 (diff) | |
Fix pagination langTranslate, HTML cleanup
Diffstat (limited to 'i18n/en.toml')
| -rw-r--r-- | i18n/en.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18n/en.toml b/i18n/en.toml index 826674e..2a82946 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -28,7 +28,7 @@ page_current = "Current page" page_go_to = "Go to page" page_navigation = "Page navigation" page_next = "Next page" -page_position = "Page {{ . }} of {{ . }}" +page_position = "Page {{ .current }} of {{ .total }}" page_previous = "Previous page" # Posts |
