From 2a1debc6489940660295f3c1a1a747b54b74dc65 Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 30 Apr 2026 10:38:27 +0000 Subject: [PATCH] add: i18n pagination --- i18n/en.yaml | 7 ++++++- i18n/fr.yaml | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index d3ec38a..bc65185 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -75,4 +75,9 @@ footer: other: " " designedBy: - other: " " \ No newline at end of file + other: " " + +pagination: + jumpToPage: "Jump to page" + jump: "Go" + pressEnter: Press Enter to jump" \ No newline at end of file diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 80bb946..5761c77 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -74,4 +74,9 @@ footer: other: " " designedBy: - other: " " \ No newline at end of file + other: " " + +pagination: + jumpToPage: "Aller à la page" + jump: "Aller" + pressEnter: Presser Entrée pour aller" \ No newline at end of file