diff options
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/de.toml | 2 | ||||
| -rw-r--r-- | i18n/en.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/de.toml b/i18n/de.toml index 7051518..908e600 100644 --- a/i18n/de.toml +++ b/i18n/de.toml @@ -28,7 +28,7 @@ page_current = "Aktuelle Seite" page_go_to = "Gehe zu Seite" page_navigation = "Seiten Navigation" page_next = "Nächste Seite" -page_position = "Seite {{ . }} von {{ . }}" +page_position = "Seite {{ .current }} von {{ .total }}" page_previous = "Vorherige Seite" # Posts 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 |
